Skip to content

Version 0.2.3

Choose a tag to compare

@jvavrek jvavrek released this 17 Dec 18:27
3b15138

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 Spectrum bin_width and bin_center properties for raw and kev values.
  • Add listmode data compatibility with Spectrum (#183)
  • Change energy calibrations to use channels instead of bins (#184)

Minor:

  • Update PeakFinder to follow bin vs channel standard defined above. This still requires refactoring to comply fully.
  • Add Spectrum bin 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)