Skip to content

Commit 478da5b

Browse files
committed
Update parameter definitions in MOST docs.
1 parent c60c7b2 commit 478da5b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/ipac/irsa/most.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ mode are ignored.
317317
| | | | type, i.e ``TestAsteroid`` |
318318
| | | | or ``TestComet`` |
319319
+-------------------+------------------+-------+------------------------------+
320-
| epoch | manual_input | str | Epoch of coordinates in MJD. |
321-
| | | float | |
320+
| epoch | manual_input | float | Epoch of coordinates in MJD |
321+
| | | str | or ``YY-MM-DD hh:mm:ss``. |
322322
+-------------------+------------------+-------+------------------------------+
323-
| eccentricity | manual_input | float | Object's eccentricity (0-1). |
323+
| eccentricity | manual_input | float | Orbit's eccentricity (>=0). |
324324
+-------------------+------------------+-------+------------------------------+
325325
| inclination | manual_input | float | Inclination (0-180 deg). |
326326
+-------------------+------------------+-------+------------------------------+
@@ -335,9 +335,8 @@ mode are ignored.
335335
| | | | Comets. In AU. |
336336
+-------------------+------------------+-------+------------------------------+
337337
| mean_anomaly | manual_input | float | Mean anomaly for Asteroids |
338-
| perih_time | | str | (deg) or perihelion time for |
339-
| | | | Comets |
340-
| | | | (``YYYY+MM+DD+HH:MM:SS``) |
338+
| perih_time | | | (deg) or perihelion time for |
339+
| | | | Comets (JD) |
341340
+-------------------+------------------+-------+------------------------------+
342341

343342
Examples

0 commit comments

Comments
 (0)