Split the lightcurve into groups of contiguous data
Group data into segments where the time difference between data points is
less than some threshold factor, t_fac.
- Parameters:
- t
Iter The list of time coordinates from the lightcurve
- t_fac
float, optional, default=10. A time factor, which is multiplied by the median cadence of the full
lightcurve.
- Returns:
- ds
list The start indices of each time segment
- df
list The final indices of each time segment