CONAN.get_files.get_Kepler_data.split_data

CONAN.get_files.get_Kepler_data.split_data#

CONAN.get_files.get_Kepler_data.split_data(gap_size=None, split_times=None, show_plot=True)#

Split the light curves into sections based on (1)gaps in the data, (2)given time intervals (3)given split time(s).

Parameters:
  • gap_size (float) – minimum gap size at which data will be splitted. same unit as the time axis. Default is None.

  • split_times (float,list) – Time to split the data. Default is None.

  • show_plot (bool) – Show plot of the split times. Default is True.