meepmeep.numba2d.bounding_box

Contents

meepmeep.numba2d.bounding_box#

meepmeep.numba2d.bounding_box(k: float, coeffs: ndarray[tuple[Any, ...], dtype[_ScalarT]])[source]#

Calculate the bounding box for a transit.

Parameters:
k

Radius ratio.

coeffs

A 2x5 coefficient matrix where each element is a coefficient for Taylor series expansion.

Returns:
tuple

A tuple containing the T1 and T4 times.