-
Notifications
You must be signed in to change notification settings - Fork 19
Output Docs Review #1152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output Docs Review #1152
Conversation
@@ -305,8 +309,6 @@ Statistics (Tally) File Column Names, Formats, and Descriptions | |||
+------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | |||
| min_phase | Float | Maximum calculated phase angle for this object in this filter (degrees) | | |||
+------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | |||
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this stays in it shows up if the drop_unlinked = False
docs/outputs.rst
Outdated
@@ -189,19 +189,19 @@ Detections File: Full Output Column Names, Formats, and Descriptions | |||
+------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | |||
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
+------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| t_p_MJD_TDB | Float | Time of periapsis (MJD) in Barycentric Dynamical Time | | ||
| e | Float | Orbital eccentricity | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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) | | ||
| inc | Float | Orbital inclination (degrees) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 | | ||
| t_p_MJD_TDB | Float | Time of periapsis (MJD) in Barycentric Dynamical Time | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
+------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| q | Float | Object perihelion (au) | | ||
| epochMJD_TDB | Float | Epoch of orbit (MJD) in Barycentric Dynamical Time | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is always there, but part of orbital elements
+------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| q | Float | Object perihelion (au) | | ||
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing as above we might want to say orbits
| object_linked | Boolean | True/False whether the object passed the linking filter. See note below | | ||
+------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
| date_linked_MJD | Boolean | MJD (TAI) Date the object was linked (if it was linked) See note below | | ||
+------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+ | ||
|
||
.. note:: | ||
All positions, positions, and velocities are in respect to J2000. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how to do links in documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can add it in once this PR goes in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just me having waking hours to do it - working on it now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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