CONAN.conf.create_datfile

CONAN.conf.create_datfile#

CONAN.conf.create_datfile(lc_obj=None, rv_obj=None, fit_obj=None, filename='input_config.dat', 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)