casa
$Rev:20696$
|
Go to the source code of this file.
Functions | |
void | defaults () |
Set default parameter values. | |
void | ddid (std::vector< int > &dd, const int swid) |
Private method to look up DATA_DESC_ID's for a given SPW_ID. | |
void | uvtaql (std::string &uvsel, bool &noselect, const std::vector< double > &uvrange) |
Private function to generate uv-range TAQL selection strings. | |
void | validstring (std::string &outputstring, const std::string inputstring) |
Private function to pre-process input selection strings. | |
bool | getfldidlist (std::vector< int > &fieldids, std::vector< std::string > &fieldnames) |
Getid - private function to obtain the field_id for a given field name. | |
bool | fileExists (const std::string &pathName, bool follow) |
Variables | |
casa::MeasurementSet * | itsMS |
Private part to calibrater_cmpt.h. | |
casa::Calibrater * | itsCalibrater |
casa::LogIO * | itsLog |
casa::LogSink | logSink_p |
Sink used to store history. |
void ddid | ( | std::vector< int > & | dd, |
const int | swid | ||
) |
Private method to look up DATA_DESC_ID's for a given SPW_ID.
Referenced by GBTCorrelation::setDataDescId().
void defaults | ( | ) |
Set default parameter values.
bool fileExists | ( | const std::string & | pathName, |
bool | follow | ||
) |
bool getfldidlist | ( | std::vector< int > & | fieldids, |
std::vector< std::string > & | fieldnames | ||
) |
Getid - private function to obtain the field_id for a given field name.
void uvtaql | ( | std::string & | uvsel, |
bool & | noselect, | ||
const std::vector< double > & | uvrange | ||
) |
Private function to generate uv-range TAQL selection strings.
void validstring | ( | std::string & | outputstring, |
const std::string | inputstring | ||
) |
Private function to pre-process input selection strings.
Definition at line 4 of file calibrater_private.h.
Definition at line 5 of file calibrater_private.h.
Private part to calibrater_cmpt.h.
Definition at line 3 of file calibrater_private.h.
Sink used to store history.
Definition at line 24 of file calibrater_private.h.