fit_SED#
- jetset.minimizer.fit_SED(fit_model, sed_data, nu_fit_start, nu_fit_stop, fitname=None, fit_workplace=None, loglog=False, silent=False, get_conf_int=False, max_ev=0, use_fake_err=False, minimizer='lsb', use_UL=False, repeat=3)[source]#
Fit sed.
- Parameters:
fit_model (object) – Model instance used for fitting.
sed_data (object) – Observational SED data container.
nu_fit_start (float) – Lower bound of the fit range in Hz.
nu_fit_stop (float) – Upper bound of the fit range in Hz.
fitname (str, optional) – Name assigned to the fit run.
fit_workplace (path, optional) – Workplace/output configuration object.
loglog (bool, optional) – If
True, operate in log10 space.silent (bool, optional) – If
True, suppress informational output.get_conf_int (bool, optional) – If
True, use confidence-interval initialization strategy.max_ev (int, optional) – Maximum number of optimizer function evaluations.
use_fake_err (bool, optional) – If
True, enable fake err.minimizer (str, optional) – Minimizer backend name.
use_UL (bool, optional) – If
True, enable ul.repeat (int, optional) – Number of repeated minimization passes.
- Returns:
Computed value.
- Return type:
object