28 #ifndef DERIVEDMSCAL_MSCALENGINE_H
29 #define DERIVEDMSCAL_MSCALENGINE_H
~MSCalEngine()
Destructor.
A Measure: astronomical direction.
MSCalEngine & operator=(const MSCalEngine &that)
Assignment cannot be used.
A Measure: position on Earth.
vector< vector< MBaseline > > itsAntMB
vector< vector< MPosition > > itsAntPos
Main interface class to a read/write table.
double getHA(Int antnr, rownr_t rownr)
Get the hourangle for the given row.
void setDirColName(const String &colName)
Set the direction column name to use in the FIELD table.
void fillCalDesc()
Fill the CalDesc info for calibration tables.
vector< vector< Vector< double > > > itsAntUvw
void setDirection(const MDirection &)
Set the direction to be used instead of a direction from the FIELD table.
Container for Measure frame.
vector< Block< bool > > itsUvwFilled
map< string, int > itsCalMap
ScalarColumn< Int > itsAntCol[2]
ScalarColumn< Int > itsFeedCol[2]
double getDelay(Int antnr, rownr_t rownr)
Get the delay for the given row.
double getPA(Int antnr, rownr_t rownr)
Get the parallatic angle for the given row.
vector< vector< MDirection > > itsFieldDir
ScalarMeasColumn< MEpoch > itsTimeMeasCol
MDirection::Convert itsRADecToHADec
void getAzEl(Int antnr, rownr_t rownr, Array< Double > &)
Get the azimuth/elevation for the given row.
ScalarColumn< Int > itsFieldCol
Table getSubTable(Int calDescId, const String &subTabName, Bool mustExist=True)
Get a calibration MS subtable for the given id.
bool Bool
Define the standard types used by Casacore.
ScalarColumn< Int > itsCalCol
void fillFieldDir(Int calDescId, Int calInx)
Fill or update the field directions from the FIELD subtable at row calDescId.
void setTable(const Table &)
Use the given table (MS or CalTable) in the engine.
Vector< double > itsArrayItrf
MEpoch::Convert itsUTCToLAST
MDirection::Convert itsPoleToAzEl
vector< Int > itsCalIdMap
MDirection::Convert itsRADecToAzEl
void getNewUVW(Bool asApp, rownr_t rownr, Array< Double > &)
Get the UVW in J2000 or APP for the given row.
Table getTable() const
Get the table used.
MDirection::Convert itsRADecToItrf
void init()
Initialize the column objects, etc.
uInt64 rownr_t
Define the type of a row number in a table.
Int setData(Int antnr, rownr_t rownr, Bool fillAnt=False)
Set the data in the measure converter machines.
double getLAST(Int antnr, rownr_t rownr)
Get the local sidereal time for the given row.
void getHaDec(Int antnr, rownr_t rownr, Array< Double > &)
Get the hourangle/DEC for the given row.
MBaseline::Convert itsBLToJ2000
MDirection::Convert itsDirToJ2000
String: the storage and methods of handling collections of characters.
MSCalEngine()
Default constructor.
ScalarColumn< Double > itsTimeCol
void fillAntPos(Int calDescId, Int calInx)
Fill or update the antenna positions from the ANTENNA subtable at row calDescId.
MDirection itsLastDirJ2000
vector< vector< Int > > itsMount
void getItrf(Int antnr, rownr_t rownr, Array< Double > &)
Get the ITRF coordinates for the given row.
Engine to calculate derived MS values.