CONAN.get_files.get_K2_data.search
==================================

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

   :param campaigns: campaigns to search for light curves.
   :type campaigns: int or list of ints
   :param author: Author of the light curve. one of ["K2", "K2SFF", "EVEREST"]. Default is None.
   :type author: str
   :param exptime: Exposure time of the light curve.
   :type exptime: float

