28 #ifndef DERIVEDMSCAL_DERIVEDCOLUMN_H
29 #define DERIVEDMSCAL_DERIVEDCOLUMN_H
43 class HourangleColumn :
public VirtualScalarColumn<Double>
virtual ~UVWJ2000Column()
A Vector of integers, for indexing into Array<T> objects.
virtual Bool isShapeDefined(rownr_t rownr)
Is the value shape defined in the given row? By default it throws a "not possible" exception...
virtual void getArray(rownr_t rowNr, Array< Double > &data)
Get the array value in the given row.
virtual void getArray(rownr_t rowNr, Array< Double > &data)
Get the array value in the given row.
Pointing ITRF coordinate derived from TIME, etc.
Azimuth/elevation derived from TIME, etc.
ParAngleColumn(MSCalEngine *engine, Int antnr)
ItrfColumn(MSCalEngine *engine, Int antnr)
HourangleColumn(MSCalEngine *engine, Int antnr)
virtual IPosition shape(rownr_t rownr)
Get the shape of the item in the given row.
virtual IPosition shape(rownr_t rownr)
Get the shape of the item in the given row.
virtual void getArray(rownr_t rowNr, Array< Double > &data)
Get the array value in the given row.
virtual Bool isShapeDefined(rownr_t rownr)
Is the value shape defined in the given row? By default it throws a "not possible" exception...
HaDecColumn(MSCalEngine *engine, Int antnr)
UVWJ2000Column(MSCalEngine *engine)
AzElColumn(MSCalEngine *engine, Int antnr)
UVW J2000 derived from TIME, etc.
Hourangle/declination derived from TIME, etc.
virtual IPosition shape(rownr_t rownr)
Get the shape of the item in the given row.
virtual ~ParAngleColumn()
Local sidereal time derived from TIME, etc.
bool Bool
Define the standard types used by Casacore.
Parallactic angle derived from TIME, etc.
virtual Bool isShapeDefined(rownr_t rownr)
Is the value shape defined in the given row? By default it throws a "not possible" exception...
uInt64 rownr_t
Define the type of a row number in a table.
LASTColumn(MSCalEngine *engine, Int antnr)
virtual void getArray(rownr_t rowNr, Array< Double > &data)
Get the array value in the given row.
virtual IPosition shape(rownr_t rownr)
Get the shape of the item in the given row.
virtual Bool isShapeDefined(rownr_t rownr)
Is the value shape defined in the given row? By default it throws a "not possible" exception...
Engine to calculate derived MS values.
virtual ~HourangleColumn()