CONAN._classes.load_lightcurves.save_LCs

CONAN._classes.load_lightcurves.save_LCs#

CONAN._classes.load_lightcurves.save_LCs(save_path=None, suffix='', overwrite=False, verbose=True)#

Save each of the loaded light curves to a .dat file

Parameters:
  • save_path (str;) – path to save the LC data. Default is None to save to a folder ‘data_preproc/’ in current working directory.

  • suffix (str;) – suffix to add to the original name of each file. Default is “”.

  • overwrite (bool;) – overwrite the existing file. Default is False.

  • verbose (bool;) – print output. Default is True.

Examples

>>> lc_obj.save_LCs(save_path="data_preproc/", suffix="_clpd")