meepmeep.numba3d.zpos_od#
- meepmeep.numba3d.zpos_od(t, tpa, p, dt, ep_table, ep_times, coeffs, dcoeffs)[source]#
Planet z-position and orbital-parameter derivatives for any orbital phase.
Accepts a scalar time
tor a 1-D array of times and dispatches to the scalar (_zpos_osd()) or vector (zpos_ovd()) kernel at compile time (inside@njit) or at call time (pure Python).Cheaper than
pos_od()when only the line-of-sight coordinate and its gradient are needed.- Parameters:
- Returns: