naimatic.main¶
A wrapper around naima to facilitate multiple model building and fitting.
Attributes¶
Functions¶
|
Load data from the provided dictionary of file paths. |
|
Compute the total flux for the given data and model configuration. |
|
Compute the log-prior probability for the given parameters. |
|
Wrapper for the model function to handle parameter extraction and units. |
|
Wrapper for the log-prior function to handle parameter extraction. |
|
Module Contents¶
- naimatic.main.model_func(data, model_cfg, radiative_models)[source]¶
Compute the total flux for the given data and model configuration.
- naimatic.main.lnprior(pars, labels, priors_dict)[source]¶
Compute the log-prior probability for the given parameters.
- naimatic.main.wrapped_model_func(pars, data, model_cfg, pdist, rmodels)[source]¶
Wrapper for the model function to handle parameter extraction and units.