|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Data structure defining keplerian elements. More...
Public Attributes | |
| long | cs |
| Keplerian elements type: Osculating or mean. | |
| double | a |
| Coordinate system. | |
| double | e |
| Semi-axis major. | |
| double | i |
| Eccentricity. | |
| double | ra |
| Inclination. | |
| double | w |
| Right ascension. | |
| double | m |
| Argument of perigee. | |
Data structure defining keplerian elements.
| double EECFI.Kepler.a |
Coordinate system.
| long EECFI.Kepler.cs |
Keplerian elements type: Osculating or mean.
| double EECFI.Kepler.e |
Semi-axis major.
| double EECFI.Kepler.i |
Eccentricity.
| double EECFI.Kepler.m |
Argument of perigee.
| double EECFI.Kepler.ra |
Inclination.
| double EECFI.Kepler.w |
Right ascension.
1.7.1