Skip to content

RIMSEval v2.0.1

Compare
Choose a tag to compare
@trappitsch trappitsch released this 06 Sep 18:23
· 92 commits to main since this release
b548c57

Bug fixes

Release v2.0.1 fixes several bugs and has some minor enhanements. Bug fixes include:

  • When background correction was activated in settings, this was not saved (or read in) to (from) the calibration file. Now it is.
  • Extending integrals while background defintions exist results in auto-adjustments of backgrounds such that overlap cannot occur anymore.
  • In the matplotlib toolbar, the move spectrum button also deactivates after using it. It therefore has the same behavior as the zoom button.
  • Background definitions are now by default sorted identically to the the integrals, i.e., by Z, A, and then starting mass of the background.
  • Integral drawing now sorts the integrals the same way as when defining them in the set / edit dialog.
  • Autoscaling of plot now deactivates when opening a new spectrum.

Enhancements

The package now contains a verbosity level (see the package __init__.py file and documentation). Here, the user can set how verbose the package should be. By default, error messages such as no peaks found (happens often when using automatic mass calibration optimization) and division with zero when calculating delta values are now ignored since they don’t matter for any other behavior.

What's Changed

Full Changelog: v2.0.0...v2.0.1