Added separate width and err_width arrays to the fit result dictionary. This is mostly just for convenience, since some users preferred to access the arrays directly, rather than fetch the values with the .get_params() method. This also makes it slightly easier for loading the fit results from the HDF5 files using programs outside the Python ecosystem. Full save file sizes are slightly increased by ~5-6%.
Added separate
width
anderr_width
arrays to the fit result dictionary. This is mostly just for convenience, since some users preferred to access the arrays directly, rather than fetch the values with the.get_params()
method. This also makes it slightly easier for loading the fit results from the HDF5 files using programs outside the Python ecosystem. Full save file sizes are slightly increased by ~5-6%.