Version 0.2.3
Major:
- Define bins (integers) and bin_edges_raw while deprecating the use of channels since this was misleading when handling listmode data with large ADC bit depth (i.e.
2**16). (#187) - Update
Spectrumbin_widthandbin_centerproperties for raw and kev values. - Add listmode data compatibility with
Spectrum(#183) - Change energy calibrations to use channels instead of bins (#184)
Minor:
- Update
PeakFinderto follow bin vs channel standard defined above. This still requires refactoring to comply fully. - Add
Spectrumbin query methods - Fix min version of uncertainties package (#190)
- Note issues with physics.nist.gov. Closed without resolution since connection issues stopped. (#185)
- Fix edge case in SPE file parser with files from gadras. (#186)