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

.. toctree::
   :hidden:

   /autoapi/CONAN/get_files/get_JWST_data.download
   /autoapi/CONAN/get_files/get_JWST_data.scatter
   /autoapi/CONAN/get_files/get_JWST_data.search

.. py:class:: CONAN.get_files.get_JWST_data(planet_name)

   Bases: :py:obj:`object`


   Class to download and save JWST light curves from the MAST archive (using `astroquery`).

   :param planet_name: Name of the planet.
   :type planet_name: str

   .. rubric:: Examples

   >>> from CONAN.get_files import get_JWST_data
   >>> df = get_JWST_data("WASP-39")
   >>> df.search(instrument="NIRSPEC/SLIT", filters="G395H", proposal_id="1366")
   >>> df.download()   #download white light curves
   >>> df.scatter()
   >>> df.save_CONAN_lcfile(bjd_ref = 2450000, folder="data")


   .. py:attribute:: lc
      :value: []



   .. py:attribute:: planet_name

Methods
-------

.. autoapisummary::

   CONAN.get_files.get_JWST_data.download
   CONAN.get_files.get_JWST_data.scatter
   CONAN.get_files.get_JWST_data.search


