Go to the documentation of this file.
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>
virtual Bool isShapeDefined(uInt rownr)
Is the value shape defined in the given row? By default it throws a "not possible" exception.
Local sidereal time derived from TIME, etc.
virtual Bool isShapeDefined(uInt rownr)
Is the value shape defined in the given row? By default it throws a "not possible" exception.
A Vector of integers, for indexing into Array<T> objects.
HourangleColumn(MSCalEngine *engine, Int antnr)
Parallactic angle derived from TIME, etc.
virtual void get(uInt rowNr, Double &data)
Get the scalar value in the given row.
virtual void getArray(uInt rowNr, Array< Double > &data)
Get the array value in the given row.
Hourangle/declination derived from TIME, etc.
UVWJ2000Column(MSCalEngine *engine)
Engine to calculate derived MS values.
ItrfColumn(MSCalEngine *engine, Int antnr)
virtual IPosition shape(uInt rownr)
Get the shape of the item in the given row.
virtual void getArray(uInt rowNr, Array< Double > &data)
Get the array value in the given row.
virtual void getArray(uInt rowNr, Array< Double > &data)
Get the array value in the given row.
virtual void getArray(uInt rowNr, Array< Double > &data)
Get the array value in the given row.
HaDecColumn(MSCalEngine *engine, Int antnr)
Templated base class for virtual array column.
virtual ~ParAngleColumn()
virtual void get(uInt rowNr, Double &data)
Get the scalar value in the given row.
ParAngleColumn(MSCalEngine *engine, Int antnr)
virtual Bool isShapeDefined(uInt rownr)
Is the value shape defined in the given row? By default it throws a "not possible" exception.
virtual IPosition shape(uInt rownr)
Get the shape of the item in the given row.
this file contains all the compiler specific defines
virtual Bool isShapeDefined(uInt rownr)
Is the value shape defined in the given row? By default it throws a "not possible" exception.
Pointing ITRF coordinate derived from TIME, etc.
Azimuth/elevation derived from TIME, etc.
virtual IPosition shape(uInt rownr)
Get the shape of the item in the given row.
Templated base class for virtual scalar column.
virtual ~UVWJ2000Column()
bool Bool
Define the standard types used by Casacore.
LASTColumn(MSCalEngine *engine, Int antnr)
virtual void get(uInt rowNr, Double &data)
Get the scalar value in the given row.
AzElColumn(MSCalEngine *engine, Int antnr)
virtual ~HourangleColumn()
virtual IPosition shape(uInt rownr)
Get the shape of the item in the given row.
UVW J2000 derived from TIME, etc.
Hourangle derived from TIME, etc.