Several of the tutorials have been updated and improved with more details (atmospheric_models, flux_magnitude, running_species, spectral_library, synthetic_photometry). The remaining tutorials will be updated in another PR.
Bug fix in the definition of the error inflation parameter in FitModel. The value of b is now fitted as s = sigma + 10^b.
Type hints and type checks have been added to FitSpectrum.
The inc_mass parameter has been added to plot_posterior. It computes the mass from the log(g) and radius values and includes this as an additional parameter in the corner plot.
Backward compatibility for the det_type attribute has been added.
atmospheric_models
,flux_magnitude
,running_species
,spectral_library
,synthetic_photometry
). The remaining tutorials will be updated in another PR.FitModel
. The value ofb
is now fitted ass = sigma + 10^b
.FitSpectrum
.inc_mass
parameter has been added toplot_posterior
. It computes the mass from the log(g) and radius values and includes this as an additional parameter in the corner plot.det_type
attribute has been added.