BaselineStatic.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2011 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/General/Pulsar/BaselineStatic.h
10
11#ifndef __Pulsar_BaselineStatic_h
12#define __Pulsar_BaselineStatic_h
13
14#include "Pulsar/BaselineEstimator.h"
15
16namespace Pulsar {
17
20
21 public:
22
25
28
31
33 class Interface;
34
37
38 protected:
39
41 void calculate (PhaseWeight* weight);
42
43 };
44
45}
46
47#endif
BaselineEstimator()
Default constructor.
Definition BaselineEstimator.C:27
BaselineStatic()
Default constructor.
TextInterface::Parser * get_interface()
Return a text interface that can be used to configure this instance.
~BaselineStatic()
Destructor.
BaselineStatic * clone() const
Return a copy constructed instance of self.
void calculate(PhaseWeight *weight)
Calculate the PhaseWeight.
Stores a weight for each Profile phase bin.
Definition PhaseWeight.h:24
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0