meepmeep.numba3d.rv_od#
- meepmeep.numba3d.rv_od(t, k, tpa, p, a, i, e, dt, ep_table, ep_times, coeffs, dcoeffs)[source]#
Radial velocity and parameter derivatives.
Accepts a scalar time
tor a 1-D array of times and dispatches to the scalar (_rv_osd()) or vector (rv_ovd()) kernel at compile time (inside@njit) or at call time (pure Python).Derivative ordering:
(tc, p, a, i, e, w, lan, k)- length 8.- Parameters:
- t
floatorndarray Time(s) at which to evaluate the radial velocity and gradient.
- k
float Radial-velocity semi-amplitude [m s-1].
- tpa
float Periastron time anchoring the expansion-point grid (see
_pos_osd()).- p
float Orbital period [days].
- a
float Scaled semi-major axis \(a/R_\star\).
- i
float Inclination [radians].
- e
float Eccentricity.
- dt, ep_table, ep_times, coeffs, dcoeffs
Multi-expansion-point dispatch arrays.
- t
- Returns: