casacore
|
Class calculating the J2000A nutation multipliers. More...
#include <MeasTableMul.h>
Public Member Functions | |
MeasTableMulSC2000A () | |
virtual void | init () |
virtual void | calc (Matrix< Double > &, Double time) |
Public Member Functions inherited from casacore::MeasTableMulSC2000Base | |
MeasTableMulSC2000Base () | |
Public Member Functions inherited from casacore::MeasTableMul | |
MeasTableMul () | |
virtual | ~MeasTableMul () |
void | clear () |
CountedPtr< Matrix< Double > > | getArray (Double time, Double epsilon) |
Private Attributes | |
Polynomial< Double > | itsPoly [2 *678] |
Static Private Attributes | |
static const Long | theirMULSC [678][6] |
Additional Inherited Members | |
Protected Member Functions inherited from casacore::MeasTableMulSC2000Base | |
void | doInit (Matrix< Double > &result, Polynomial< Double > poly[], Int nrowSC, const Long coeffSC[][6]) |
void | doCalc (Matrix< Double > &result, Double time, const Polynomial< Double > poly[], Int nrowSC) |
Protected Attributes inherited from casacore::MeasTableMul | |
std::mutex | itsMutex |
Int64 | itsLastUsed |
std::vector< Int64 > | itsUsed |
std::vector< Double > | itsTimes |
std::vector< CountedPtr< Matrix< Double > > > | itsArrays |
Matrix< Double > | itsDefArray |
Class calculating the J2000A nutation multipliers.
Definition at line 177 of file MeasTableMul.h.
casacore::MeasTableMulSC2000A::MeasTableMulSC2000A | ( | ) |
Implements casacore::MeasTableMul.
|
virtual |
Implements casacore::MeasTableMul.
|
private |
Definition at line 184 of file MeasTableMul.h.
|
staticprivate |
Definition at line 185 of file MeasTableMul.h.