RemoveVariableBaseline.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2010 by Patrick Weltevrede
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/General/Pulsar/RemoveVariableBaseline.h
10 
11 #ifndef _Pulsar_RemoveVariableBaseline_H
12 #define _Pulsar_RemoveVariableBaseline_H
13 
14 #include "Pulsar/RemoveBaseline.h"
15 
16 namespace Pulsar
17 {
18 
20 
24  class RemoveVariableBaseline : public RemoveBaseline
25  {
26  public:
27 
29  void transform (Archive*);
30  };
31 }
32 
33 #endif
34 
void covariance(Scalar *function, unsigned index, std::vector< unsigned > &imap, std::vector< std::vector< double > > &covar)
The primary interface to pulsar observational data.
Definition: Archive.h:45
Array of Profiles integrated over the same time interval.
Definition: Integration.h:37
Defines the PSRCHIVE library.
Definition: CalSource.h:17
void transform(Archive *)
Remove the baseline.
Definition: RemoveVariableBaseline.C:62

Generated using doxygen 1.8.17