casacore
|
#include <MEpoch.h>
Public Types | |
enum | Types { LAST , LMST , GMST1 , GAST , UT1 , UT2 , UTC , TAI , TDT , TCG , TDB , TCB , N_Types , RAZE , EXTRA , IAT , GMST , TT , UT , ET , DEFAULT } |
Types of known MEpochs Caution: The order defines the order in the translation matrix in the MCEpoch class; Do not change the order without changing the array; Additions should be made before N_types, and an additional row and column should be coded in FromTo (MCEpoch), and in showType(); More... | |
typedef MVEpoch | MVType |
Measure value container for this class (i.e. More... | |
typedef MCEpoch | MCType |
Measure conversion routines for this class (i.e. More... | |
typedef MeasRef< MEpoch > | Ref |
Measure reference (i.e. More... | |
typedef MeasConvert< MEpoch > | Convert |
Measure Convert (i.e. More... | |
typedef ScalarMeasColumn< MEpoch > | ScalarColumn |
Measure table Columns (e.g., MEpoch::ScalarColumn) More... | |
typedef ArrayMeasColumn< MEpoch > | ArrayColumn |
Public Types inherited from casacore::Measure | |
enum | Types { N_Types , DEFAULT } |
Each derived class should have a Types enumeration, specifying the recognised frame types. More... | |
typedef void * | Convert |
Each Measure should have typedefs of the form: More... | |
Public Member Functions | |
MEpoch () | |
Tip: In the following constructors and other functions, all MeasRef can be replaced with simple Measure::TYPE where no offsets or frames are needed in the reference; Default constructor; generates an instant at MJD 0 UTC More... | |
MEpoch (const MVEpoch &dt) | |
Create from data and reference. More... | |
MEpoch (const MVEpoch &dt, const MEpoch::Ref &rf) | |
MEpoch (const MVEpoch &dt, MEpoch::Types rf) | |
MEpoch (const Quantity &dt) | |
MEpoch (const Quantity &dt, const MEpoch::Ref &rf) | |
MEpoch (const Quantity &dt, MEpoch::Types rf) | |
MEpoch (const Measure *dt) | |
MEpoch (const MeasValue *dt) | |
virtual | ~MEpoch () |
virtual const String & | tellMe () const |
Tell me your type. More... | |
Bool | giveMe (MEpoch::Ref &mr, const String &in) |
virtual Bool | setOffset (const Measure &in) |
Set the offset in the reference (False if non-matching Measure) More... | |
virtual Bool | setRefString (const String &in) |
Set the reference type to the specified String. More... | |
virtual const String & | getDefaultType () const |
Get the default reference type. More... | |
virtual const String * | allTypes (Int &nall, Int &nextra, const uInt *&typ) const |
Get a list of all known reference codes. More... | |
virtual void | checkTypes () const |
Check if all internal tables of types (both enum and String) are complete and correct. More... | |
virtual String | getRefString () const |
Get the reference type (for records, including codes like R_) More... | |
Quantity | get (const Unit &inunit) const |
Get time in specified units. More... | |
virtual Measure * | clone () const |
Create copy. More... | |
Public Member Functions inherited from casacore::MeasBase< MVEpoch, MeasRef< MEpoch > > | |
MeasBase () | |
Tip: In the following constructors and other functions, all MeasRef can be replaced with simple Measure::TYPE where no offsets or frames are needed in the reference; For reasons of compiler limitations the formal arguments had to be specified as uInt rather than the Measure enums that should be used as actual arguments;Default constructor More... | |
MeasBase (const MeasBase< MVEpoch, MeasRef< MEpoch > > &other) | |
Copy constructor. More... | |
MeasBase (const MVEpoch &dt, const MeasRef< MEpoch > &rf) | |
Create from data and reference. More... | |
MeasBase (const MVEpoch &dt, uInt rf) | |
MeasBase (const Quantity &dt, const MeasRef< MEpoch > &rf) | |
MeasBase (const Quantity &dt, uInt rf) | |
MeasBase (const Measure *dt) | |
MeasBase (const MeasRef< MEpoch > &rf) | |
MeasBase (const uInt rf) | |
MeasBase< MVEpoch, MeasRef< MEpoch > > & | operator= (const MeasBase< MVEpoch, MeasRef< MEpoch > > &other) |
Copy assignment. More... | |
virtual | ~MeasBase () |
virtual Bool | areYou (const String &tp) const |
Check the type of derived entity. More... | |
virtual void | assured (const String &tp) const |
Assert that we are the correct type. More... | |
void | set (const MVEpoch &dt) |
Refill the specified entities. More... | |
void | set (const MeasRef< MEpoch > &rf) |
void | set (const MVEpoch &dt, const MeasRef< MEpoch > &rf) |
void | set (const Unit &inunit) |
virtual void | set (const MeasValue &dt) |
Each Measure should have the following set functions (with appropiate MVs and Ref): More... | |
virtual Bool | putValue (const Vector< Quantum< Double > > &in) |
MeasRef< MEpoch > | getRef () const |
Get reference. More... | |
const MVEpoch & | getValue () const |
Get Measure data. More... | |
const Unit & | getUnit () const |
Get Unit. More... | |
virtual MRBase * | getRefPtr () const |
Get reference pointer. More... | |
virtual const MeasValue * | getData () const |
Get pointer to data. More... | |
virtual void | print (std::ostream &os) const |
Print a Measure. More... | |
Public Member Functions inherited from casacore::Measure | |
virtual | ~Measure () |
Destructor. More... | |
virtual Bool | isModel () const |
Tell me if you are a pure model (e.g. More... | |
void | dummy_giveMe () const |
Each derived class should have a string-to-code translation routine for the reference type. More... | |
void | dummy_getRef () const |
Each class should have a function to return its reference: More... | |
void | dummy_getValue () const |
Each derived class should be able to get its internal value and have: More... | |
Static Public Member Functions | |
static const String & | showMe () |
static void | assure (const Measure &in) |
static MEpoch::Types | castType (uInt tp) |
Translate reference code. More... | |
static const String & | showType (MEpoch::Types tp) |
static const String & | showType (uInt tp) |
static Bool | getType (MEpoch::Types &tp, const String &in) |
Translate string to reference code. More... | |
static const String * | allMyTypes (Int &nall, Int &nextra, const uInt *&typ) |
static void | checkMyTypes () |
Static Public Member Functions inherited from casacore::Measure | |
static uInt | giveMe (const String &in, Int N_name, const String tname[]) |
A general string checking routine to be used in derived measures. More... | |
Friends | |
class | MeasConvert< MEpoch > |
Additional Inherited Members | |
Protected Attributes inherited from casacore::MeasBase< MVEpoch, MeasRef< MEpoch > > | |
MVEpoch | data |
The measure value (e.g. More... | |
MeasRef< MEpoch > | ref |
Reference frame data. More... | |
Unit | unit |
Possible input units. More... | |
A Measure: instant in time
Public interface
Measure and Epoch
MEpoch forms derived Measure class for an instant in time.
Convert (with all steps explicit) a UTC to an IAT time.
Results in:
typedef MeasConvert<MEpoch> casacore::MEpoch::Convert |
typedef MCEpoch casacore::MEpoch::MCType |
Measure conversion routines for this class (i.e.
typedef MVEpoch casacore::MEpoch::MVType |
Measure value container for this class (i.e.
typedef MeasRef<MEpoch> casacore::MEpoch::Ref |
Measure table Columns (e.g., MEpoch::ScalarColumn)
Types of known MEpochs
Caution: The order defines the order in the translation matrix in the MCEpoch class; Do not change the order without changing the array; Additions should be made before N_types, and an additional row and column should be coded in FromTo (MCEpoch), and in showType();
Enumerator | |
---|---|
LAST | Local Apparent Sidereal Time. |
LMST | Local Mean Sidereal Time. |
GMST1 | Greenwich Mean ST1. |
GAST | Greenwich Apparent ST. |
UT1 | |
UT2 | |
UTC | |
TAI | |
TDT | |
TCG | |
TDB | |
TCB | |
N_Types | Number of types. |
RAZE | Reduce result to integer days. |
EXTRA | All extra bits. |
IAT | Synonyms. |
GMST | |
TT | |
UT | |
ET | |
DEFAULT | Default. |
casacore::MEpoch::MEpoch | ( | ) |
Tip: In the following constructors and other functions, all MeasRef can be replaced with simple Measure::TYPE
where no offsets or frames are needed in the reference;
Default constructor; generates an instant at MJD 0 UTC
casacore::MEpoch::MEpoch | ( | const MVEpoch & | dt | ) |
Create from data and reference.
casacore::MEpoch::MEpoch | ( | const MVEpoch & | dt, |
const MEpoch::Ref & | rf | ||
) |
casacore::MEpoch::MEpoch | ( | const MVEpoch & | dt, |
MEpoch::Types | rf | ||
) |
casacore::MEpoch::MEpoch | ( | const Quantity & | dt | ) |
casacore::MEpoch::MEpoch | ( | const Quantity & | dt, |
const MEpoch::Ref & | rf | ||
) |
casacore::MEpoch::MEpoch | ( | const Quantity & | dt, |
MEpoch::Types | rf | ||
) |
casacore::MEpoch::MEpoch | ( | const Measure * | dt | ) |
casacore::MEpoch::MEpoch | ( | const MeasValue * | dt | ) |
|
virtual |
|
static |
|
virtual |
Get a list of all known reference codes.
nall returns the number in list, nextra the number of specials (like planets) that should be at end of list). typ returns the list of corresponding types.
Reimplemented from casacore::Measure.
|
static |
|
static |
Translate reference code.
The uInt version has a check for valid codes (i.e. it is a safe cast).
|
static |
|
virtual |
Check if all internal tables of types (both enum and String) are complete and correct.
This function is called automatically if and when necessary.
Implements casacore::Measure.
|
virtual |
Create copy.
Implements casacore::Measure.
|
virtual |
Get the default reference type.
Implements casacore::Measure.
|
virtual |
Get the reference type (for records, including codes like R_)
Implements casacore::Measure.
|
static |
Translate string to reference code.
Bool casacore::MEpoch::giveMe | ( | MEpoch::Ref & | mr, |
const String & | in | ||
) |
Set the offset in the reference (False if non-matching Measure)
Implements casacore::Measure.
Set the reference type to the specified String.
False if illegal string, reference set to DEFAULT.
Implements casacore::Measure.
|
static |
|
static |
|
virtual |
Tell me your type.
Implements casacore::Measure.
|
friend |