Skip to content

Releases: djdt/spcal

Release v1.2.7

30 Jun 01:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.6...v1.2.7

Release v1.2.6

26 Jun 00:19
Compare
Choose a tag to compare

What's Changed

  • fix spacing of error in Qt6 by @djdt in #20
  • include openmp dll in exe

Full Changelog: v1.2.5...v1.2.6

Release v1.2.5

19 Jun 01:17
Compare
Choose a tag to compare

What's Changed

  • Fix LOD in histogram for LODs with NaN values by @djdt in #19

Full Changelog: v1.2.4...v1.2.5

Release v1.2.4

16 May 11:07
Compare
Choose a tag to compare

Minor bug fixes.

Full Changelog: v1.2.3...v1.2.4

Release v1.2.3

09 May 01:54
deee31a
Compare
Choose a tag to compare

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

20 Apr 01:25
Compare
Choose a tag to compare

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

04 Apr 09:59
Compare
Choose a tag to compare

Fix error in histogram when bin width larger than all data.

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

04 Apr 04:56
7d425a3
Compare
Choose a tag to compare

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

Release 1.1.11

26 Feb 23:53
028970e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.10...v1.1.11

Release 1.1.10

21 Feb 03:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.9...v1.1.10