CONAN.get_files.get_TESS_data.save_CONAN_lcfile
===============================================

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

   Save TESS light curves as a CONAN light curve file.

   :param bjd_ref: BJD reference time to use for the light curve file. Default is 2450000.
                   Note that TESS time is in BJD-2457000. so the saved time is (TESS time + 2457000 - bjd_ref)
   :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{sector}.dat"
   :type out_filename: str

