casa  $Rev:20696$
Functions | Variables
calibrater_private.h File Reference

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::MeasurementSetitsMS
 Private part to calibrater_cmpt.h.
casa::CalibrateritsCalibrater
casa::LogIOitsLog
casa::LogSink logSink_p
 Sink used to store history.

Function Documentation

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.


Variable Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines