11#ifndef Freq_Vs_SNR_Plot_h_
12#define Freq_Vs_SNR_Plot_h_
14#include "Pulsar/FrequencyPlot.h"
23 void prepare(
const Pulsar::Archive * );
24 void draw(
const Pulsar::Archive * );
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; }
34 class Interface :
public TextInterface::To<FreqVsSNRPlot>
37 Interface( FreqVsSNRPlot *s_instance );
45 std::vector <float> snrs;
Simple plots with radio frequency along the x-axis.
Definition FrequencyPlot.h:22
virtual TextInterface::Parser * get_interface()=0
Get the text interface to the configuration attributes.
Defines the PSRCHIVE library.
Definition CalSource.h:17