naimatic.main ============= .. py:module:: naimatic.main .. autoapi-nested-parse:: A wrapper around naima to facilitate multiple model building and fitting. Attributes ---------- .. autoapisummary:: naimatic.main.logger naimatic.main.parser naimatic.main.args Functions --------- .. autoapisummary:: naimatic.main.load_data naimatic.main.model_func naimatic.main.lnprior naimatic.main.wrapped_model_func naimatic.main.wrapped_lnprior_func naimatic.main.main Module Contents --------------- .. py:data:: logger .. py:data:: parser .. py:data:: args .. py:function:: load_data(data_dict) Load data from the provided dictionary of file paths. .. py:function:: model_func(data, model_cfg, radiative_models) Compute the total flux for the given data and model configuration. .. py:function:: lnprior(pars, labels, priors_dict) Compute the log-prior probability for the given parameters. .. py:function:: wrapped_model_func(pars, data, model_cfg, pdist, rmodels) Wrapper for the model function to handle parameter extraction and units. .. py:function:: wrapped_lnprior_func(pars, labels, priors) Wrapper for the log-prior function to handle parameter extraction. .. py:function:: main()