|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Class to store parameters for for time correlation extrapolation formula (UT1-UTC) (from Bulletin A). More...
Public Member Functions | |
| TimeCorrelationFormula () | |
| Default constructor. | |
| TimeCorrelationFormula (double a1, double b1, double br) | |
| Constructor with parameters. | |
Public Attributes | |
| double | a |
| Constant term. | |
| double | b |
| Linear coefficient.. | |
| double | bRef |
| Reference day (MJD). | |
Class to store parameters for for time correlation extrapolation formula (UT1-UTC) (from Bulletin A).
| EECFI::TimeCorrelationFormula::TimeCorrelationFormula | ( | ) | [inline] |
Default constructor.
| EECFI::TimeCorrelationFormula::TimeCorrelationFormula | ( | double | a1, | |
| double | b1, | |||
| double | br | |||
| ) | [inline] |
Constructor with parameters.
Constant term.
Linear coefficient..
Reference day (MJD).
1.7.1