CONAN.conf.create_yamlfile

CONAN.conf.create_yamlfile#

CONAN.conf.create_yamlfile(lc_obj, rv_obj, fit_obj, filename='input_config.yaml', verify=False)#

Create a YAML file with the current setup of the light curve and radial velocity objects.

Parameters:
  • lc_obj (LightCurve object) – The light curve object containing the light curve data and setup.

  • rv_obj (RadialVelocity object) – The radial velocity object containing the RV data and setup.

  • fit_obj (FitSetup object) – The fit setup object containing the fitting parameters.

  • filename (str, optional) – The name of the YAML file to save the configuration. Default is “input_config.yaml”.

  • verbose (bool, optional) – If True, print additional information during the process.

Returns:

A dictionary containing the YAML configuration.

Return type:

dict