DynamicSNSpectrumPlot.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_DynamicSNSpectrumPlot_h
10#define __Pulsar_DynamicSNSpectrumPlot_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<DynamicSNSpectrumPlot> {
32 public:
33 Interface (DynamicSNSpectrumPlot* = 0);
34 };
35
36 void get_plot_array(const Archive *data, float *array);
37
38 };
39
40}
41
42#endif
DynamicSNSpectrumPlot()
Default constructor.
Definition DynamicSNSpectrumPlot.C:15
The primary interface to pulsar observational data.
Definition Archive.h:46
~DynamicSNSpectrumPlot()
Default constructor.
Definition DynamicSNSpectrumPlot.C:19
void get_plot_array(const Archive *data, float *array)
Derived classes must fill in the nsubint by nchan data array.
Definition DynamicSNSpectrumPlot.C:29
TextInterface::Parser * get_interface()
Get the text interface to the configuration attributes.
Definition DynamicSNSpectrumPlot.C:23
DynamicSNSpectrumPlot()
Default constructor.
Definition DynamicSNSpectrumPlot.C:15
DynamicSpectrumPlot()
Default constructor.
Definition DynamicSpectrumPlot.C:19
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0