2 #ifndef ATMOSPHEREPLOT_H 3 #define ATMOSPHEREPLOT_H 9 #include <qwt_plot_curve.h> 10 #include <qwt_plot_marker.h> 13 #include "../constants.h" 15 class AtmospherePlot :
public QWidget
19 explicit AtmospherePlot(QWidget *parent = 0);
23 void updateLO(
double ghz);
27 QwtPlotCurve *transmission;
28 QwtPlotMarker *LOmarker;
29 SidebandMarker *SBmarker;
31 QVector<double> m_GHz;
Channel
An enumeration for the three SEPIA channels (cartridges).
Definition: constants.h:66