Orbital Elements from Position/Velocity SLA_PV2EL
CALL sla_PV2EL (PV, DATE, PMASS, JFORMR, JFORM, EPOCH, ORBINC,
ANODE, PERIH, AORQ, E, AORL, DM, JSTAT)
PV | D(6) | heliocentric , equatorial, J2000 |
| ||
|
| (AU, AU/s; Note 1) |
| ||
DATE | D | date (TT Modified Julian Date = JD2400000.5) |
|
||
PMASS | D | mass of the planet (Sun = 1; Note 2) |
|
||
JFORMR | I | requested element set (1-3; Note 3) |
JFORM | I | element set actually returned (1-3; Note 4) |
| ||
EPOCH | D | epoch of elements ( or , TT MJD) |
| ||
ORBINC | D | inclination (, radians) |
| ||
ANODE | D | longitude of the ascending node (, radians) |
| ||
PERIH | D | longitude or argument of perihelion ( or , |
| ||
|
| radians) |
| ||
AORQ | D | mean distance or perihelion distance ( or , AU) |
|
||
E | D | eccentricity () |
|
||
AORL | D | mean anomaly or longitude ( or , radians, |
|
||
|
| JFORM=1,2 only) |
|
||
DM | D | daily motion (, radians, JFORM=1 only) |
|
||
JSTAT | I | status: |
|
||
|
| 0 = OK |
|
||
|
| 1 = illegal PMASS |
|
||
|
| 2 = illegal JFORMR |
|
||
|
| 3 = position/velocity out of allowed range |
JFORM=1, suitable for the major planets:
EPOCH | = | epoch of elements (TT MJD) | |
ORBINC | = | inclination (radians) | |
ANODE | = | longitude of the ascending node (radians) | |
PERIH | = | longitude of perihelion (radians) | |
AORQ | = | mean distance (AU) | |
E | = | eccentricity | |
AORL | = | mean longitude (radians) | |
DM | = | daily motion (radians) |
JFORM=2, suitable for minor planets:
EPOCH | = | epoch of elements (TT MJD) | |
ORBINC | = | inclination (radians) | |
ANODE | = | longitude of the ascending node (radians) | |
PERIH | = | argument of perihelion (radians) | |
AORQ | = | mean distance (AU) | |
E | = | eccentricity | |
AORL | = | mean anomaly (radians) |
JFORM=3, suitable for comets:
EPOCH | = | epoch of perihelion (TT MJD) | |
ORBINC | = | inclination (radians) | |
ANODE | = | longitude of the ascending node (radians) | |
PERIH | = | argument of perihelion (radians) | |
AORQ | = | perihelion distance (AU) | |
E | = | eccentricity |
JFORMR | JFORM | meaning | |
1 | 1 | OK: elements are in the requested format | |
1 | 2 | never happens | |
1 | 3 | orbit not elliptical | |
2 | 1 | never happens | |
2 | 2 | OK: elements are in the requested format | |
2 | 3 | orbit not elliptical | |
3 | 1 | never happens | |
3 | 2 | never happens | |
3 | 3 | OK: elements are in the requested format |
JFORM | 1 | 2 | 3 | |
EPOCH | ||||
ORBINC | ||||
ANODE | ||||
PERIH | ||||
AORQ | ||||
E | ||||
AORL | - | |||
DM | - | - |
where:
is the epoch of the elements (MJD, TT) | ||
is the epoch of perihelion (MJD, TT) | ||
is the inclination (radians) | ||
is the longitude of the ascending node (radians) | ||
is the longitude of perihelion (radians) | ||
is the argument of perihelion (radians) | ||
is the mean distance (AU) | ||
is the perihelion distance (AU) | ||
is the eccentricity | ||
is the longitude (radians, ) | ||
is the mean anomaly (radians, ) | ||
is the daily motion (radians) | ||
- | means no value is set |