Home
Install
Use
Develop
Support
News
Credits
hosted by
|
12 #include <qpushbutton.h>
33 class toaPlot: public QPgplot {
39 enum AxisQuantity { None, ResidualMicro, ResidualMilliTurns,
40 TOA_MJD, BinaryPhase, ObsFreq, DayOfYear,
41 ErrorMicro, SignalToNoise, Bandwidth,
42 DispersionMeasure, Duration, ParallacticAngle,
45 toaPlot ( QWidget *parent=0, const char *name=0 );
49 void handleEvent ( float x, float y, char ch);
51 void setPoints (AxisQuantity, AxisQuantity, std::vector<wrapper>, bool, bool);
64 void autobin ( int nbin = 10);
69 void selected (std::vector<int>);
76 std::vector<wrapper> data;
78 float xmin, xmax, ymin, ymax;
const ScalarMath pow(const ScalarMath &x, const ScalarMath &y)
const ScalarMath sqrt(const ScalarMath &x)
Generated using doxygen 1.8.17
|