CONAN.get_files.get_TESS_data.save_CONAN_lcfile

CONAN.get_files.get_TESS_data.save_CONAN_lcfile#

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.

Parameters:
  • bjd_ref (float) – 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)

  • folder (str) – Folder to save the light curve file in.

  • out_filename (str) – Name of the output file. Default is None in which case the file will be named as “{planet_name}_S{sector}.dat”