CONAN._classes.load_lightcurves.save_LCs
========================================

.. py:method:: 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

   :param save_path: path to save the LC data. Default is None to save to a folder 'data_preproc/' in current working directory.
   :type save_path: str;
   :param suffix: suffix to add to the original name of each file. Default is "".
   :type suffix: str;
   :param overwrite: overwrite the existing file. Default is False.
   :type overwrite: bool;
   :param verbose: print output. Default is True.
   :type verbose: bool;

   .. rubric:: Examples

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

