|
Earth Observation Mission CFI Software Visibility Software User Manual for JAVA |
|
Class to extract orbital extra information. More...
Public Member Functions | |
| OrbitExtra () | |
| Empty Class constructor. | |
| OrbitExtra (final ANXTime info) throws CfiError | |
| Class constructor with parameters. | |
| void | set (final ANXTime orbitInfo) throws CfiError |
| Set parameters. | |
| native OrbitExtraInfo | orbitExtra (final double[] sunZenitAngles) throws CfiError |
| It gets the orbital information related to Sun zenith angles and Sun occultations by the Earth and the Moon. | |
Public Attributes | |
| OrbitalInfo | orbitalInfo |
| Orbital information (as returned from ANXTime.getOrbitInfo). | |
Class to extract orbital extra information.
| EECFI.OrbitExtra.OrbitExtra | ( | ) |
Empty Class constructor.
If any calculation is going to be done, set method must be called first, in order to calculate the orbit information needed for calculations.
| OrbitExtraInfo EECFI.OrbitExtra::orbitExtra | ( | final double[] | sunZenitAngles | ) | throws CfiError |
It gets the orbital information related to Sun zenith angles and Sun occultations by the Earth and the Moon.
This method computes for an input orbit, the times for:
| sunZenitAngles | List of sun zenit angles to compute [deg]. Allowed range: >=0; <=180. |
Orbital information (as returned from ANXTime.getOrbitInfo).
1.7.1