mubody.coordinates.transformations.translate_synodic#
- mubody.coordinates.transformations.translate_synodic(ri, vi, frame_source, frame_target, crtbp)#
Transform the position and velocity between two parallel synodic frame.
- Parameters:
ri (ndarray (3,)/(3, n)) – Position in source frame
vi (ndarray (3,)/(3, n)) – Velocity in target frame
frame_source (Frame class instance) – Source frame
frame_target (Frame class instance) – Target frame
crtbp (CRTBP class) – CRTBP class
- Returns:
rf (ndarray (3,)/(3, n)) – Position in target frame
vf (ndarray (3,)/(3, n)) – Velocity in target frame