|
casacore
|
Class calculating the B1950 nutation multipliers. More...
#include <MeasTableMul.h>
Public Member Functions | |
| MeasTableMulSC1950 () | |
| virtual void | init () |
| virtual void | calc (Matrix< Double > &, Double time) |
Public Member Functions inherited from casacore::MeasTableMulSCBase | |
| MeasTableMulSCBase () | |
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 *13] |
Static Private Attributes | |
| static const Long | theirMULTD [13][5] |
| static const Short | theirMULSC [69][2] |
Additional Inherited Members | |
Protected Member Functions inherited from casacore::MeasTableMulSCBase | |
| void | doInit (Matrix< Double > &result, Polynomial< Double > poly[], Int nrowTD, const Long coeffTD[][5], Int nrowSC, const Short coeffSC[][2]) |
| void | doCalc (Matrix< Double > &result, Double time, const Polynomial< Double > poly[], Int nrowTD, const Long coeffTD[][5]) |
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 B1950 nutation multipliers.
Definition at line 145 of file MeasTableMul.h.
| casacore::MeasTableMulSC1950::MeasTableMulSC1950 | ( | ) |
Implements casacore::MeasTableMul.
|
virtual |
Implements casacore::MeasTableMul.
|
private |
Definition at line 152 of file MeasTableMul.h.
|
staticprivate |
Definition at line 154 of file MeasTableMul.h.
|
staticprivate |
Definition at line 153 of file MeasTableMul.h.
1.8.5