CONAN.get_files.get_JWST_data#
- class CONAN.get_files.get_JWST_data(planet_name)#
Bases:
objectClass to download and save JWST light curves from the MAST archive (using astroquery).
- Parameters:
planet_name (str) – Name of the planet.
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")
- lc = []#
- planet_name#