meepmeep.numba3d.lambert_phase_curve_od#
- meepmeep.numba3d.lambert_phase_curve_od(t, ag, k, tpa, p, dt, ep_table, ep_times, coeffs, dcoeffs)[source]#
Lambertian phase-curve flux with gradients.
Accepts a scalar time or a 1-D array of times and dispatches to the scalar (
_lambert_phase_curve_osd()) or vector (lambert_phase_curve_ovd()) kernel at compile time (inside@njit) or at call time (pure Python).Derivative ordering:
(tc, p, a, i, e, w, lan, ag, k)- length 9.- Parameters:
- Returns: