CONAN.get_files.get_CHEOPS_data
===============================

.. toctree::
   :hidden:

   /autoapi/CONAN/get_files/get_CHEOPS_data._resort_roll
   /autoapi/CONAN/get_files/get_CHEOPS_data.download
   /autoapi/CONAN/get_files/get_CHEOPS_data.load_pipe_file
   /autoapi/CONAN/get_files/get_CHEOPS_data.mask_data
   /autoapi/CONAN/get_files/get_CHEOPS_data.save_CONAN_lcfile
   /autoapi/CONAN/get_files/get_CHEOPS_data.scatter
   /autoapi/CONAN/get_files/get_CHEOPS_data.search

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

   Bases: :py:obj:`object`


   Class to download and save CHEOPS light curves from CHEOPS archive (using `dace_query` and `pycheops`).

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

   .. rubric:: Examples

   >>> from CONAN.get_files import get_CHEOPS_data
   >>> df = get_CHEOPS_data("KELT-20")
   >>> df.search( filters = { "pi_name":{"contains":["LENDL"]}, "data_arch_rev":{"equal":[3]} })
   >>> df.download(file_keys="all", aperture="DEFAULT")
   >>> 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_CHEOPS_data._resort_roll
   CONAN.get_files.get_CHEOPS_data.download
   CONAN.get_files.get_CHEOPS_data.load_pipe_file
   CONAN.get_files.get_CHEOPS_data.mask_data
   CONAN.get_files.get_CHEOPS_data.save_CONAN_lcfile
   CONAN.get_files.get_CHEOPS_data.scatter
   CONAN.get_files.get_CHEOPS_data.search


