casa
$Rev:20696$
|
#include <MsPlotConvert.h>
Public Member Functions | |
MSPlotConvertAveChanToChan (MeasurementSet &inMS, Matrix< Int > &chanFreq, Bool onXAxis) | |
~MSPlotConvertAveChanToChan () | |
Double | Xconvert_col (Double x, Int IfLOG0(row), Int IfLOG0(tableId)) |
Conversion along the Xaxis. | |
Double | Yconvert_col (Double y, Int IfLOG0(row), Int IfLOG0(tableId)) |
Conversion along the Yaxis. | |
Private Attributes | |
MeasurementSet | itsMS |
not used. | |
Vector< Int > | itsChanMap |
Bool | convertOnX |
Indicate if we are averaging on the X or Y axis. | |
SLog * | log |
Static Private Attributes | |
static const String | clname |
Definition at line 1812 of file MsPlotConvert.h.
casa::MSPlotConvertAveChanToChan::MSPlotConvertAveChanToChan | ( | MeasurementSet & | inMS, |
Matrix< Int > & | chanFreq, | ||
Bool | onXAxis | ||
) | [inline] |
cout << "chanFreq=" << chanFreq << endl; cout << "nChan=" << nChan << endl;
cout << "itsChanMap.shape()[0]=" << itsChanMap.shape()[0] << endl;
cout << "itsChanMap=" << itsChanMap << endl;
Definition at line 1815 of file MsPlotConvert.h.
References convertOnX, itsChanMap, itsMS, log, casa::Matrix< T >::nrow(), casa::Vector< T >::resize(), and casa::SLog::slog().
casa::MSPlotConvertAveChanToChan::~MSPlotConvertAveChanToChan | ( | ) | [inline] |
String fnname = "~MSPlotConvertAveChanToChan";
Definition at line 1837 of file MsPlotConvert.h.
Double casa::MSPlotConvertAveChanToChan::Xconvert_col | ( | Double | x, |
Int | IfLOG0row, | ||
Int | IfLOG0tableId | ||
) | [inline] |
Conversion along the Xaxis.
Definition at line 1842 of file MsPlotConvert.h.
References clname, convertOnX, casa::SLog::FnPass(), itsChanMap, log, casa::max(), casa::min(), casa::Vector< T >::shape(), String, and casa::vpf::toString().
Double casa::MSPlotConvertAveChanToChan::Yconvert_col | ( | Double | y, |
Int | IfLOG0row, | ||
Int | IfLOG0tableId | ||
) | [inline] |
Conversion along the Yaxis.
Definition at line 1867 of file MsPlotConvert.h.
References clname, convertOnX, casa::SLog::FnPass(), itsChanMap, log, casa::max(), casa::min(), casa::Vector< T >::shape(), String, and casa::vpf::toString().
const String casa::MSPlotConvertAveChanToChan::clname [static, private] |
Definition at line 1901 of file MsPlotConvert.h.
Referenced by Xconvert_col(), and Yconvert_col().
Indicate if we are averaging on the X or Y axis.
Definition at line 1898 of file MsPlotConvert.h.
Referenced by MSPlotConvertAveChanToChan(), Xconvert_col(), and Yconvert_col().
Definition at line 1895 of file MsPlotConvert.h.
Referenced by MSPlotConvertAveChanToChan(), Xconvert_col(), and Yconvert_col().
not used.
the frequency calculation is done in the averager.
Definition at line 1888 of file MsPlotConvert.h.
Referenced by MSPlotConvertAveChanToChan().
SLog* casa::MSPlotConvertAveChanToChan::log [private] |
Definition at line 1900 of file MsPlotConvert.h.
Referenced by MSPlotConvertAveChanToChan(), Xconvert_col(), and Yconvert_col().