11 #ifndef Freq_Vs_SNR_Plot_h_
12 #define Freq_Vs_SNR_Plot_h_
14 #include "Pulsar/FrequencyPlot.h"
18 class FreqVsSNRPlot : public FrequencyPlot
28 void set_pol( unsigned new_pol ) { pol = new_pol; }
29 void set_subint( unsigned new_subint ) { subint = new_subint; }
31 unsigned get_pol() const { return pol; }
32 unsigned get_subint() const { return subint; }
37 Interface( FreqVsSNRPlot *s_instance );
45 std::vector <float> snrs;
float snr() const Returns the signal to noise ratio of the profile. Definition: Profile_snr.C:15
Any quantity recorded as a function of pulse phase. Definition: Profile.h:45
The primary interface to pulsar observational data. Definition: Archive.h:45
virtual unsigned get_nchan() const =0 Get the number of frequency channels used.
Profile * get_Profile(unsigned subint, unsigned pol, unsigned chan) Return pointer to the specified profile. Definition: Archive.C:270
Defines the PSRCHIVE library. Definition: CalSource.h:17
Generated using doxygen 1.8.17
|