CONAN.get_files.get_K2_data.search#
- CONAN.get_files.get_K2_data.search(campaigns=None, author=None, exptime=None)#
Search for K2 light curves on MAST using the lightkurve package. see documentation for lightkurve.search_lightcurve for more information.
- Parameters:
campaigns (int or list of ints) – campaigns to search for light curves.
author (str) – Author of the light curve. one of [“K2”, “K2SFF”, “EVEREST”]. Default is None.
exptime (float) – Exposure time of the light curve.