meepmeep.numba3d.vel_o#
- meepmeep.numba3d.vel_o(t, tpa, p, dt, ep_table, ep_times, coeffs)[source]#
Planet (vx, vy, vz) velocity for any orbital phase.
Accepts a scalar time
tor a 1-D array of times and dispatches to the scalar (_vel_os()) or vector (vel_ov()) kernel at compile time (inside@njit) or at call time (pure Python).- Parameters:
- Returns: