|
Earth Observation Mission CFI Software Orbit Software User Manual for JAVA |
|
Reference orbit information. More...
Public Member Functions | |
| RefOrbitInfo () | |
| Default constructor. | |
| RefOrbitInfo (long driftMod, double incl, long repCyc, long cycLen, double anxLon, double meanlst, double meanlstDrift, final MlstNonlinearDrift mlstNL) | |
| Constructor with parameters. | |
Public Attributes | |
| long | driftMode |
| Non Sun-synchronous orbit characterization (see NoSunSychronousModeEnum). | |
| double | inclination |
| Orbit inclination [deg]. | |
| long | repCycle |
| Repeat cycle [days]. | |
| long | cycleLength |
| Cycle length [orbits]. | |
| double | AnxLong |
| ANX longitude [deg]. | |
| double | mlst |
| Mean Local Solar Time for the ANX [Hours]. | |
| double | mlstDrift |
| Mean Local Solar Time Drift [s/day]. | |
| MlstNonlinearDrift | mlstNonlinearDrift |
| Mean Local Solar Time non linear drift parameters. | |
Reference orbit information.
| EECFI.RefOrbitInfo.RefOrbitInfo | ( | ) |
Default constructor.
| EECFI.RefOrbitInfo.RefOrbitInfo | ( | long | driftMod, | |
| double | incl, | |||
| long | repCyc, | |||
| long | cycLen, | |||
| double | anxLon, | |||
| double | meanlst, | |||
| double | meanlstDrift, | |||
| final MlstNonlinearDrift | mlstNL | |||
| ) |
Constructor with parameters.
| double EECFI.RefOrbitInfo.AnxLong |
ANX longitude [deg].
Cycle length [orbits].
Non Sun-synchronous orbit characterization (see NoSunSychronousModeEnum).
Orbit inclination [deg].
| double EECFI.RefOrbitInfo.mlst |
Mean Local Solar Time for the ANX [Hours].
| double EECFI.RefOrbitInfo.mlstDrift |
Mean Local Solar Time Drift [s/day].
Mean Local Solar Time non linear drift parameters.
Repeat cycle [days].
1.7.1