mubody.coordinates.transformations.ROT_to_SYN#
- mubody.coordinates.transformations.ROT_to_SYN(t, ri, vi, frame_syn, crtbp)#
Transforms the position and the velocity from a rotating frame to a synodic frame.
- Parameters:
t (1D-array (n)) – Instants of interest
r (ndarray (3,)/(3, n)) – Position in the rotating frame
v (ndarray (3,)/(3, n)) – Velocity in the rotating frame
frame_syn (SynodicFrame class) – Source synodic frame
crtbp (CRTBP class) – CRTBP class
- Returns:
rf (ndarray) – Position in the inertial frame
vf (ndarray) – Velocity in the inertial frame