meepmeep.numba3d.cos_v_p_angle_o#
- meepmeep.numba3d.cos_v_p_angle_o(v, t, tpa, p, dt, ep_table, ep_times, coeffs)[source]#
Cosine of the angle between the planet position and a fixed reference vector.
Accepts a scalar time
tor a 1-D array of times and dispatches to the scalar (_cos_v_p_angle_os()) or vector (cos_v_p_angle_ov()) kernel at compile time (inside@njit) or at call time (pure Python).Useful for projecting the planet position onto an arbitrary line-of-sight axis (e.g. the spin axis of an oblate star).
- Parameters:
- Returns: