CONAN.get_files.get_TESS_data.search#
- 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.
- Parameters:
sectors (int or list of ints) – TESS sectors to search for light curves.
author (str) – Author of the light curve. Default is “SPOC”.
exptime (float) – Exposure time of the light curve.