|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Base class for GoceObt objects. More...
Public Member Functions | |
| GoceObt (long utc0_c, int utc0_f, long obt0_c, int obt0_f, double gradient, double offset) | |
| Class constructor (with GOCE parameters). | |
| GoceObt (long utc0_c, int utc0_f, long obt0_c, int obt0_f, double gradient, double offset, double obt) | |
| Class constructor. | |
| void | setObt (Time time) throws CfiError |
| set On-Board Time from a time in processing format. | |
| Time | getTime () throws CfiError |
| Get UTC time from an OBT time. | |
Public Attributes | |
| long | utc0_c |
| GOCE OBT parameters. | |
| int | utc0_f |
| GOCE OBT parameters. | |
| long | obt0_c |
| GOCE OBT parameters. | |
| int | obt0_f |
| GOCE OBT parameters. | |
Package Attributes | |
| double | gradient |
| GOCE OBT parameters. | |
| double | offset |
| GOCE OBT parameters. | |
| double | obt |
| GOCE OBT values. | |
Base class for GoceObt objects.
| EECFI.GoceObt.GoceObt | ( | long | utc0_c, | |
| int | utc0_f, | |||
| long | obt0_c, | |||
| int | obt0_f, | |||
| double | gradient, | |||
| double | offset | |||
| ) |
Class constructor (with GOCE parameters).
| EECFI.GoceObt.GoceObt | ( | long | utc0_c, | |
| int | utc0_f, | |||
| long | obt0_c, | |||
| int | obt0_f, | |||
| double | gradient, | |||
| double | offset, | |||
| double | obt | |||
| ) |
Class constructor.
set On-Board Time from a time in processing format.
| time | input Time. |
Implements EECFI.ObtTime.
double EECFI.GoceObt.gradient [package] |
GOCE OBT parameters.
double EECFI.GoceObt.obt [package] |
GOCE OBT values.
| long EECFI.GoceObt.obt0_c |
GOCE OBT parameters.
GOCE OBT parameters.
double EECFI.GoceObt.offset [package] |
GOCE OBT parameters.
| long EECFI.GoceObt.utc0_c |
GOCE OBT parameters.
GOCE OBT parameters.
1.7.1