casa
$Rev:20696$
|
#include <PlotCalHooks.h>
Public Member Functions | |
PlotCalFreqAxes (const Vector< Int > &cdlist, const Vector< Double > &startFreq, const Vector< Double > &stepFreq) | |
~PlotCalFreqAxes () | |
Double | Xconvert_col (Double x, Int row, Int tblNum) |
This plots the column numbers of the data array found in the DATA column of. | |
Public Attributes | |
Double | offset |
Double | interval |
Private Attributes | |
Vector< Int > | cdList |
Vector< Double > | offsetV |
Vector< Double > | intervalV |
Definition at line 204 of file PlotCalHooks.h.
casa::PlotCalFreqAxes::PlotCalFreqAxes | ( | const Vector< Int > & | cdlist, |
const Vector< Double > & | startFreq, | ||
const Vector< Double > & | stepFreq | ||
) | [inline] |
cout << cdList << " " << offsetV << " " << intervalV << endl;
Definition at line 207 of file PlotCalHooks.h.
casa::PlotCalFreqAxes::~PlotCalFreqAxes | ( | ) | [inline] |
Definition at line 216 of file PlotCalHooks.h.
This plots the column numbers of the data array found in the DATA column of.
'x' is the column index. Note that we don't need to convert the row values (polarizations) Setting ColumnsXaxis to False forces only the column values to be plotted.
Reimplemented from casa::TPConvertChanToFreq.
Definition at line 218 of file PlotCalHooks.h.
Vector<Int> casa::PlotCalFreqAxes::cdList [private] |
Definition at line 223 of file PlotCalHooks.h.
Referenced by PlotCalFreqAxes(), and Xconvert_col().
Reimplemented from casa::TPConvertChanToFreq.
Definition at line 216 of file PlotCalHooks.h.
Vector<Double> casa::PlotCalFreqAxes::intervalV [private] |
Definition at line 225 of file PlotCalHooks.h.
Referenced by PlotCalFreqAxes(), and Xconvert_col().
Reimplemented from casa::TPConvertChanToFreq.
Definition at line 216 of file PlotCalHooks.h.
Vector<Double> casa::PlotCalFreqAxes::offsetV [private] |
Definition at line 224 of file PlotCalHooks.h.
Referenced by PlotCalFreqAxes(), and Xconvert_col().