CONAN.get_files.get_Kepler_data.save_CONAN_lcfile
=================================================

.. py:method:: CONAN.get_files.get_Kepler_data.save_CONAN_lcfile(bjd_ref=2450000, folder='data', out_filename=None)

   Save Kepler light curves as a CONAN light curve file.

   :param bjd_ref: BJD reference time to use for the light curve file. Note that kepler time is in BJD-2454833
   :type bjd_ref: float
   :param folder: Folder to save the light curve file in.
   :type folder: str
   :param out_filename: Name of the output file. Default is None in which case the file will be named as "{planet_name}_S{quarter}.dat"
   :type out_filename: str

