lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
43 stars 16 forks source link

Fitter.uncertainties dict #413

Closed jvavrek closed 2 months ago

jvavrek commented 2 months ago

Fitter already provides a dict of best_values, so this provides the corresponding dict of uncertainties.

jvavrek commented 2 months ago

Tests are failing due to the *_fwhm parameter names, whose values are directly calculated from the corresponding *_sigma values. Should be an easy fix, just need to find it.