oslocyclotronlab / ompy

A python implementation of the Oslo method
https://ompy.readthedocs.io
GNU General Public License v3.0
6 stars 7 forks source link

Convenience functions for Matrix, Vector and NormalizationParameters #161

Closed vetlewi closed 3 years ago

vetlewi commented 3 years ago

I've added two optional fields for the mass and element number to the NormalizationParameters, added a __len__ method to the Vector class and added a warning to be issued to the user stating that the std attribute of the Matrix class won't be saved (warn user until issue #142 are fixed).

fzeiser commented 3 years ago

Very nice. Thanks for the update!