qsospec.LineComplexConfig
- class qsospec.LineComplexConfig(center, window, components, name=None, local_continuum='linear', iron=None, fit_windows=None, mask_windows=<factory>, plot_window=None, jacobian='analytic_dense', max_nfev=None)[source]
Bases:
objectRecipe for an MVP local emission-line complex fit.
- Parameters:
center (float)
components (List[GaussianComponent | LorentzianComponent])
name (str | None)
local_continuum (str | None)
iron (IronTemplateConfig | None)
jacobian (str)
max_nfev (int | None)
- __init__(center, window, components, name=None, local_continuum='linear', iron=None, fit_windows=None, mask_windows=<factory>, plot_window=None, jacobian='analytic_dense', max_nfev=None)
- Parameters:
center (float)
components (List[GaussianComponent | LorentzianComponent])
name (str | None)
local_continuum (str | None)
iron (IronTemplateConfig | None)
jacobian (str)
max_nfev (int | None)
- Return type:
None
Methods
__init__(center, window, components[, name, ...])Attributes
- components: List[GaussianComponent | LorentzianComponent]
- iron: IronTemplateConfig | None = None