CONAN.conf.create_configfile#
- 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.
- Parameters:
lc_obj (object,None;) – Instance of CONAN.load_lightcurve() object and its attributes.
rv_obj (object, None;) – Instance of CONAN.load_rvs() object and its attributes.
fit_obj (object;) – Instance of CONAN.fit_setup() object and its attributes.
filename (str;) – name of the configuration file to be saved.
verify (bool;) – whether to verify that loading from the created config file will give the same objects (lc_obj, rv_obj, fit_obj)