USNavalResearchLaboratory / eispac

Read the Docs
https://eispac.readthedocs.io/en/latest/
MIT License
23 stars 6 forks source link

Added fit width convenience array #87

Closed MJWeberg closed 8 months ago

MJWeberg commented 8 months ago

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%.