Skip to content

v2.2.2

Compare
Choose a tag to compare
@samschott samschott released this 19 Feb 20:28
· 533 commits to master since this release

Added:

  • runXeprExperiment now accepts a path parameter. If given, the resulting data
    will be saved to the specified path, togther with the last-measured Q-value
    and temperature setpoint.
  • Added XeprData class to hold, read and save Xepr measurement data files. XeprData
    provides methods to access and modifiy measurement parameters and to plot the data.
    It is compalitble with all Xepr Experiment types, saved in the Bruker BES3T file format
    up to version 1.2 (currently used by Xepr).

Changed:

  • Tweaked icons in user interface.

Removed:

  • Removed the option to specify a title when saving an ESR data file. The file
    name is now always used as title.
  • saveCurrentData will be removed in a future version of CustomXepr. Use the path
    keyword of runXeprExperiment to save the measurement data instead.