You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/commands/prediction.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ These return predicted information about the future position and velocity of an
39
39
:param orbitable: A :struct:`Vessel`, :struct:`Body` or other :struct:`Orbitable` object
40
40
:type orbitable::struct:`Orbitable`
41
41
:param time: Time of prediction
42
-
:type time::struct:`TimeSpan`
42
+
:type time::struct:`TimeStamp` or :struct:`Scalar` universal seconds
43
43
:return: A position :struct:`Vector` expressed as the coordinates in the :ref:`ship-center-raw-rotation <ship-raw>` frame
44
44
45
45
Returns a prediction of where the :struct:`Orbitable` will be at some :ref:`universal Time <universal_time>`. If the :struct:`Orbitable` is a :struct:`Vessel`, and the :struct:`Vessel` has planned :ref:`maneuver nodes <maneuver node>`, the prediction assumes they will be executed exactly as planned.
@@ -59,7 +59,7 @@ These return predicted information about the future position and velocity of an
59
59
:param orbitable: A :struct:`Vessel`, :struct:`Body` or other :struct:`Orbitable` object
60
60
:type orbitable::struct:`Orbitable`
61
61
:param time: Time of prediction
62
-
:type time::struct:`TimeSpan`
62
+
:type time::struct:`TimeStamp` or :struct:`Scalar` universal seconds
63
63
:return: An :ref:`ObitalVelocity <orbitablevelocity>` structure.
64
64
65
65
Returns a prediction of what the :ref:`Orbitable's <orbitable>` velocity will be at some :ref:`universal Time <universal_time>`. If the :struct:`Orbitable` is a :struct:`Vessel`, and the :struct:`Vessel` has planned :struct:`maneuver nodes <Node>`, the prediction assumes they will be executed exactly as planned.
@@ -98,7 +98,7 @@ These return predicted information about the future position and velocity of an
98
98
:param orbitable: A :Ref:`Vessel <vessel>`, :struct:`Body` or other :struct:`Orbitable` object
99
99
:type orbitable::struct:`Orbitable`
100
100
:param time: Time of prediction
101
-
:type time::struct:`TimeSpan`
101
+
:type time::struct:`TimeStamp` or :struct:`Scalar` universal seconds
102
102
:return: An :struct:`Orbit` structure.
103
103
104
104
Returns the :ref:`Orbit patch <orbit>` where the :struct:`Orbitable` object is predicted to be at some :ref:`universal Time <universal_time>`. If the :struct:`Orbitable` is a :struct:`Vessel`, and the :struct:`Vessel` has planned :ref:`maneuver nodes <maneuver node>`, the prediction assumes they will be executed exactly as planned.
0 commit comments