CONAN._classes.load_lightcurves.print
=====================================

.. py:method:: CONAN._classes.load_lightcurves.print(section='all')

   Print out all input configuration (or particular section) for the light curve object.
   It is printed out in the format of the legacy CONAN config file.

   :param section: section of configuration to print.Must be one of ["lc_baseline", "sinusoid","gp", "planet_parameters", "custom_LCfunction", "depth_variation", "occultations", "limb_darkening", "contamination", "stellar_pars"].
                   Default is 'all' to print all sections.
   :type section: str (optional) ;

