Conversation
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | object_linked | Boolean | True/False whether the object was linked by SSP (only included if linking is on) | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | date_linked_MJD | Float | Date the object was linked (if it was linked) in MJD (only included if linking is on) | |
There was a problem hiding this comment.
So this stays in it shows up if the drop_unlinked = False
docs/outputs.rst
Outdated
| | phase_deg | Float | The sun-object-observer angle (degrees) | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | epochMJD_TDB | Float | Epoch of orbit (MJD) in Barycentric Dynamical Time | | ||
| | q | Float | Object perihelion (au) | |
There was a problem hiding this comment.
this depends on what you're doing - I don't have a q because I inputted Keplerian orbit - so I think we need to say orbital elements
docs/outputs.rst
Outdated
| | q | Float | Object perihelion (au) | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | t_p_MJD_TDB | Float | Time of periapsis (MJD) in Barycentric Dynamical Time | | ||
| | e | Float | Orbital eccentricity | |
There was a problem hiding this comment.
this depends on what you're doing - I don't have a q because I inputted Keplerian orbit - so I think we need to say orbital elements
docs/outputs.rst
Outdated
| | e | Float | Orbital eccentricity | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | argPeri | Float | Argument of periaspsis of the object (degrees) | | ||
| | inc | Float | Orbital inclination (degrees) | |
There was a problem hiding this comment.
this depends on what you're doing - I don't have a q because I inputted Keplerian orbit - so I think we need to say orbital elements
docs/outputs.rst
Outdated
| | node | Float | Longitude of the ascending node of the object (degrees) | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | inc | Float | Orbital inclination (degrees) | | ||
| | argPeri | Float | Argument of periaspsis of the object (degrees) | |
There was a problem hiding this comment.
this depends on what you're doing - I don't have a q because I inputted Keplerian orbit - so I think we need to say orbital elements
docs/outputs.rst
Outdated
| | argPeri | Float | Argument of periaspsis of the object (degrees) | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | e | Float | Orbital eccentricity | | ||
| | t_p_MJD_TDB | Float | Time of periapsis (MJD) in Barycentric Dynamical Time | |
There was a problem hiding this comment.
this depends on what you're doing - I don't have a q because I inputted Keplerian orbit - so I think we need to say orbital elements
| | t_p_MJD_TDB | Float | Time of periapsis (MJD) in Barycentric Dynamical Time | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | q | Float | Object perihelion (au) | | ||
| | epochMJD_TDB | Float | Epoch of orbit (MJD) in Barycentric Dynamical Time | |
There was a problem hiding this comment.
This is always there, but part of orbital elements
| | epochMJD_TDB | Float | Epoch of orbit (MJD) in Barycentric Dynamical Time | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| | FORMAT | Float | Orbit format string (COM for heliocentric, BCOM for barycentric, KEP for Keplerian, CART for Cartesian) | | ||
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ |
There was a problem hiding this comment.
Same thing as above we might want to say orbits
| +------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
|
|
||
| .. note:: | ||
| All positions, positions, and velocities are in respect to J2000. |
There was a problem hiding this comment.
Let's have a note about object_linked and date_linked_MJD here - object_linked only shows up if the user has drop_unlinked=True in full output
There was a problem hiding this comment.
After some tests, I see them both showing up for both values of object_linked and have changed the docs to match.
|
|
||
| .. note:: | ||
| All columns in the comple physicalx parameters file will also be included in the full output. | ||
|
|
There was a problem hiding this comment.
We have this under the inputs section - we should directly link there, but I think better to not duplicate here otherwise we have things to maintain - check the inputs is correct - I am pretty sure it is.
There was a problem hiding this comment.
Not sure how to do links in documentation.
There was a problem hiding this comment.
I can add it in once this PR goes in
There was a problem hiding this comment.
I believe I've responded to / fixed according to all your comments -- is there anything else blocking this review?
There was a problem hiding this comment.
Just me having waking hours to do it - working on it now
mschwamb
left a comment
There was a problem hiding this comment.
Thanks fort doing this and spotting typos and missing columns - a few suggested edits/clarifications and a request about the ephemeris output
|
I've made changes in response to your comments. |
fix typo
make updates/minor corrections
Finally getting around to my output docs job…
Review Checklist for Source Code Changes
Fixes #1114