CONAN.get_files.get_Kepler_data.discard_ramp

CONAN.get_files.get_Kepler_data.discard_ramp#

CONAN.get_files.get_Kepler_data.discard_ramp(length=0.25, gap_size=1, start=True, end=True)#

Discard data at the start/end of the orbits (or large gaps) that typically feature ramps

Parameters:
  • length (float,list) – length of data (in days) to discard at beginning of each orbit. give list of length for each quarter or single value for all quarters.

  • gap_size (float) – minimum size of gap (in days) to detect for separating the orbits.

  • start (bool) – discard data of length days at the start of the orbit. Default is True.

  • end (bool) – discard data of length days at the end of the orbit. Default is True.