RadiometerWeight.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2008 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/General/Pulsar/RadiometerWeight.h
10 
11 #ifndef _Pulsar_RadiometerWeight_H
12 #define _Pulsar_RadiometerWeight_H
13 
14 #include "Pulsar/IntegrationWeight.h"
15 
16 namespace Pulsar {
17 
19  class RadiometerWeight : public IntegrationWeight
20  {
21  double get_weight (const Integration*, unsigned ichan);
22  };
23 
24 }
25 
26 #endif
27 
Defines the PSRCHIVE library.
Definition: CalSource.h:17

Generated using doxygen 1.8.17