|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class to store the data for one entry read from the IERS bulletin. More...
Public Member Functions | |
| BulbTable () | |
| Constructor. | |
| BulbTable (double dayUtc, double diffUt1Utc, double diffUt1Tai) | |
| Constructor with parameters. | |
Public Attributes | |
| double | day |
| MJ200 UTC time. | |
| double | ut1Utc |
| Difference between UT1 and UTC. | |
| double | ut1Tai |
| Difference between UT1 and TAI. | |
Class to store the data for one entry read from the IERS bulletin.
| EECFI.BulbTable.BulbTable | ( | ) |
Constructor.
| EECFI.BulbTable.BulbTable | ( | double | dayUtc, | |
| double | diffUt1Utc, | |||
| double | diffUt1Tai | |||
| ) |
Constructor with parameters.
| double EECFI.BulbTable.day |
MJ200 UTC time.
| double EECFI.BulbTable.ut1Tai |
Difference between UT1 and TAI.
| double EECFI.BulbTable.ut1Utc |
Difference between UT1 and UTC.
1.7.1