CONAN.utils.get_transit_time

CONAN.utils.get_transit_time#

CONAN.utils.get_transit_time(t, per, t0)#

Get the transit time within a light curve.

Parameters:
  • t (array-like) – Time stamps.

  • per (float) – Period.

  • t0 (float) – Time of transit center.

Returns:

tt – Transit times.

Return type:

array-like