ChannelWeight.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2005 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/General/Pulsar/ChannelWeight.h
10
11#ifndef _Pulsar_ChannelWeight_H
12#define _Pulsar_ChannelWeight_H
13
14#include "Pulsar/Weight.h"
15
16namespace Pulsar {
17
19
21 class ChannelWeight : public Weight {
22
23 };
24
25}
26
27#endif
28
Algorithms that set the weights of frequency channels.
Definition ChannelWeight.h:21
Weight()
Default constructor.
Definition Weight.C:12
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0