28 #ifndef DERIVEDMSCAL_DERIVEDCOLUMN_H 29 #define DERIVEDMSCAL_DERIVEDCOLUMN_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/derivedmscal/DerivedMC/MSCalEngine.h> 35 #include <casacore/tables/DataMan/VirtScaCol.h> 36 #include <casacore/tables/DataMan/VirtArrCol.h> 43 class HourangleColumn :
public VirtualScalarColumn<Double>
117 : itsEngine (engine),
136 : itsEngine (engine),
A Vector of integers, for indexing into Array<T> objects.
Pointing ITRF coordinate derived from TIME, etc.
Azimuth/elevation derived from TIME, etc.
Templated base class for virtual array column.
Templated base class for virtual scalar column.
HourangleColumn(MSCalEngine *engine, Int antnr)
virtual Bool isShapeDefined(uInt rownr)
Is the value shape defined in the given row? By default it returns True.
UVW J2000 derived from TIME, etc.
Hourangle/declination derived from TIME, etc.
Local sidereal time derived from TIME, etc.
bool Bool
Define the standard types used by Casacore.
Parallactic angle derived from TIME, etc.
virtual IPosition shape(uInt rownr)
Get the shape of the item in the given row.
void getArray(Array< V > &val, int type, const Record &gr, const String &name)
this file contains all the compiler specific defines
Engine to calculate derived MS values.
virtual ~HourangleColumn()