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
16namespace Pulsar {
17
20 {
21 double get_weight (const Integration*, unsigned ichan);
22 };
23
24}
25
26#endif
27
IntegrationWeight()
Default constructor.
Definition IntegrationWeight.C:12
Array of Profiles integrated over the same time interval.
Definition Integration.h:37
Sets the weight of each Integration according to its duration.
Definition RadiometerWeight.h:20
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0