CONAN.get_files.get_TESS_data.discard_ramp
==========================================

.. py:method:: CONAN.get_files.get_TESS_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

   :param length: length of data (in days) to discard at beginning of each orbit. give list of length for each sector or single value for all sectors.
   :type length: float,list
   :param gap_size: minimum size of gap (in days) to detect for separating the orbits.
   :type gap_size: float
   :param start: discard data of length days at the start of the orbit. Default is True.
   :type start: bool
   :param end: discard data of length days at the end of the orbit. Default is True.
   :type end: bool

