CONAN.conf.create_configfile
============================

.. py:function:: CONAN.conf.create_configfile(lc_obj=None, rv_obj=None, fit_obj=None, filename='input_config.dat', both=True, verify=False)

   create configuration file that of lc_obj, rv_obj, amd fit_obj setup.

   :param lc_obj: Instance of CONAN.load_lightcurve() object and its attributes.
   :type lc_obj: object,None;
   :param rv_obj: Instance of CONAN.load_rvs() object and its attributes.
   :type rv_obj: object, None;
   :param fit_obj: Instance of CONAN.fit_setup() object and its attributes.
   :type fit_obj: object;
   :param filename: name of the configuration file to be saved.
   :type filename: str;
   :param verify: whether to verify that loading from the created config file will give the same objects (lc_obj, rv_obj, fit_obj)
   :type verify: bool;

