CONAN.utils.phase_fold

CONAN.utils.phase_fold#

CONAN.utils.phase_fold(t, per, t0, phase0=-0.5)#

Phase fold a light curve.

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

  • per (float) – Period.

  • t0 (float) – Time of transit center.

  • phase0 (float) – start phase of the folded data

Returns:

phase – Phases starting from phase0.

Return type:

array-like