CONAN.conf.create_yamlfile
==========================

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

   :param lc_obj: The light curve object containing the light curve data and setup.
   :type lc_obj: LightCurve object
   :param rv_obj: The radial velocity object containing the RV data and setup.
   :type rv_obj: RadialVelocity object
   :param fit_obj: The fit setup object containing the fitting parameters.
   :type fit_obj: FitSetup object
   :param filename: The name of the YAML file to save the configuration. Default is "input_config.yaml".
   :type filename: str, optional
   :param verbose: If True, print additional information during the process.
   :type verbose: bool, optional

   :returns: A dictionary containing the YAML configuration.
   :rtype: dict

