CONAN.get_files.get_JWST_data.search
====================================

.. py:method:: CONAN.get_files.get_JWST_data.search(instrument=[], filters=[], proposal_id=[], search_kws={})

   Search for JWST light curves on MAST using the astroquery package.

   :param instrument: Name of the JWST instrument e.g 'NIRSPEC/SLIT','MIRI/SLITLESS','NIRCAM/GRISM','NIRCAM/IMAGE','NIRISS/SOSS'.
   :type instrument: str
   :param filters: Name of the filter e.g 'G395H','F210M;WLP8','CLEAR;PRISM','GR700XD','F444W'.
   :type filters: str
   :param proposal_id: Proposal ID of the observation.
   :type proposal_id: str
   :param search_kws: Additional search keywords to use for the query. e.g. {"proposal_pi":"Batalha, Natalie", }
   :type search_kws: dict

