CONAN.get_files.get_TESS_data.search
====================================

.. py:method:: CONAN.get_files.get_TESS_data.search(sectors=None, author=None, exptime=None)

   Search for TESS light curves on MAST using the lightkurve package.
   see documentation for lightkurve.search_lightcurve for more information.

   :param sectors: TESS sectors to search for light curves.
   :type sectors: int or list of ints
   :param author: Author of the light curve. Default is "SPOC".
   :type author: str
   :param exptime: Exposure time of the light curve.
   :type exptime: float

