lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
44 stars 16 forks source link

Let Spectrum.from_listmode fill use bin_edges_kev instead of _raw #282

Closed jvavrek closed 3 years ago

jvavrek commented 3 years ago

This just adds an is_cal kwarg to Spectrum.from_listmode to use bin_edges_kev instead of _raw, and then adds several tests to make sure nothing inadvertently breaks.