CONAN.get_files.get_JWST_data.download
======================================

.. py:method:: CONAN.get_files.get_JWST_data.download(selection_kws={}, overwrite=False)

   Download JWST white light curves from MAST using the astroquery package.

   :param selection_kws: Additional selection keywords to select specific observation e.g {"t_exptime":1200, "calib_level":3}
                         Default is {} to take result from search assuming it has been fine-tuned to give one result.
   :type selection_kws: dict
   :param overwrite: Overwrite the downloaded light curves. Default is False.
   :type overwrite: bool

