Skip to content

Commit

Permalink
docs: clarify altitude definition in Orbit constructors (#475)
Browse files Browse the repository at this point in the history
doc: clarify altitude definition in Orbit ctors
  • Loading branch information
alex-liang3 authored Dec 18, 2024
1 parent 6956a4e commit 8481615
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ inline void OpenSpaceToolkitAstrodynamicsPy_Trajectory_Orbit(pybind11::module& a
Args:
epoch (Instant): The epoch.
altitude (Length): The altitude.
altitude (Length): The altitude (wrt. equatorial radius).
inclination (Angle): The inclination.
celestial_object (Celestial): The celestial object.
Expand All @@ -303,8 +303,8 @@ inline void OpenSpaceToolkitAstrodynamicsPy_Trajectory_Orbit(pybind11::module& a
Args:
epoch (Instant): The epoch.
apoapsis_altitude (Length): The apoapsis altitude.
periapsis_altitude (Length): The periapsis altitude.
apoapsis_altitude (Length): The apoapsis altitude (wrt. equatorial radius).
periapsis_altitude (Length): The periapsis altitude (wrt. equatorial radius).
celestial_object (Celestial): The celestial object.
Returns:
Expand All @@ -323,7 +323,7 @@ inline void OpenSpaceToolkitAstrodynamicsPy_Trajectory_Orbit(pybind11::module& a
Args:
epoch (Instant): The epoch.
altitude (Length): The altitude.
altitude (Length): The altitude (wrt. equatorial radius).
celestial_object (Celestial): The celestial object.
Returns:
Expand Down Expand Up @@ -365,7 +365,7 @@ inline void OpenSpaceToolkitAstrodynamicsPy_Trajectory_Orbit(pybind11::module& a
Args:
epoch (Instant): The epoch.
altitude (Length): The altitude.
altitude (Length): The altitude (wrt. equatorial radius).
local_time_at_descending_node (Time): The local time at descending node.
celestial_object (Celestial): The celestial object.
argument_of_latitude (Angle): The argument of latitude.
Expand Down Expand Up @@ -410,7 +410,7 @@ inline void OpenSpaceToolkitAstrodynamicsPy_Trajectory_Orbit(pybind11::module& a
Args:
epoch (Instant): The epoch.
altitude (Length): The altitude.
altitude (Length): The altitude (wrt. equatorial radius).
celestial_object (Celestial): The celestial object.
eccentricity (float): The eccentricity.
inclination (Angle): The inclination.
Expand Down

0 comments on commit 8481615

Please sign in to comment.