Releases: djdt/spcal
Release v1.2.10
What's Changed
Full Changelog: v1.2.9...v1.2.10
Release v1.2.9
Release v1.2.7
Release v1.2.6
What's Changed
Full Changelog: v1.2.5...v1.2.6
Release v1.2.5
What's Changed
Full Changelog: v1.2.4...v1.2.5
Release v1.2.4
Minor bug fixes.
Full Changelog: v1.2.3...v1.2.4
Release v1.2.3
Documentation on usage and example applications added!
Times are now exported with particle array data.
Full Changelog: v1.2.2...v1.2.3
Release v1.2.2
Fix histogram drawing issues.
Changed the method used to determine if Gaussian statistics are used.
Now uses Gaussian if less than 5% of nonzero values are below 5 counts.
This is roughly equivalent to a mean background of 10, but more resilient to high particle counts, and more resilient to random 0s than the previous method.
Improved the look and usability of the Ionic Response Calculator.
Full Changelog: v1.2.1...v1.2.2
Release v1.2.1
Fix error in histogram when bin width larger than all data.
Full Changelog: v1.2.0...v1.2.1
Release v1.2.0
What's Changed
- Particle volume by @djdt in #13
- Can now calculate particle volumes from mass (assuming a spherical shape)
- Results on demand by @djdt in #14
- speedup, results are now only calculated when needed
- LODs are now reported as the detection threshold minus the signal mean
- Draw Filtered by @djdt in #15
- filtered events can be drawn in histograms and scatter plots
- move to using a pyproject.toml for build
Full Changelog: v1.1.11...v1.2.0