casa
$Rev:20696$
|
00001 // Private part to calibrater_cmpt.h 00002 00003 casa::MeasurementSet *itsMS; 00004 casa::Calibrater *itsCalibrater; 00005 casa::LogIO *itsLog; 00006 00007 // Set default parameter values 00008 void defaults(); 00009 00010 // Private method to look up DATA_DESC_ID's for a given SPW_ID 00011 void ddid(std::vector<int>& dd, const int swid); 00012 00013 // Private function to generate uv-range TAQL selection strings 00014 void uvtaql(std::string& uvsel, bool& noselect, 00015 const std::vector<double>& uvrange); 00016 // Private function to pre-process input selection strings 00017 void validstring(std::string& outputstring, const std::string inputstring); 00018 // Getid - private function to obtain the field_id for a given field name 00019 bool getfldidlist(std::vector<int>& fieldids, 00020 std::vector<std::string>& fieldnames); 00021 bool fileExists(const std::string& pathName, bool follow); 00022 00023 // Sink used to store history 00024 casa::LogSink logSink_p; 00025