DynamicCalSpectrumPlot.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2009 by Paul Demorest
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9#ifndef __Pulsar_DynamicCalSpectrumPlot_h
10#define __Pulsar_DynamicCalSpectrumPlot_h
11
12#include "Pulsar/DynamicSpectrumPlot.h"
13
14namespace Pulsar {
15
18
19 public:
20
23
26
29
30 // Text interface to the PhaseVsFrequency class
31 class Interface : public TextInterface::To<DynamicCalSpectrumPlot> {
32 public:
33 Interface (DynamicCalSpectrumPlot* = 0);
34 };
35
36 void get_plot_array(const Archive *data, float *array);
37
38 };
39
40}
41
42#endif
The primary interface to pulsar observational data.
Definition Archive.h:46
DynamicCalSpectrumPlot()
Default constructor.
Definition DynamicCalSpectrumPlot.C:14
~DynamicCalSpectrumPlot()
Default constructor.
Definition DynamicCalSpectrumPlot.C:18
void get_plot_array(const Archive *data, float *array)
Derived classes must fill in the nsubint by nchan data array.
Definition DynamicCalSpectrumPlot.C:28
TextInterface::Parser * get_interface()
Get the text interface to the configuration attributes.
Definition DynamicCalSpectrumPlot.C:22
DynamicSpectrumPlot()
Default constructor.
Definition DynamicSpectrumPlot.C:19
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0