Skip to content

Version 0.2.0

Choose a tag to compare

@tillbiskup tillbiskup released this 28 Nov 14:05
· 142 commits to master since this release

Released 2021-11-28

Note: Starting with this version, cwepr requires Python >=3.7

New features

  • Importer for Bruker EMX/ESP file format (.par/.spc)
  • g value can be provided for cwepr.analysis.FieldCalibration
  • New module utils for general-purpose functions regarding cw-EPR spectroscopy
  • Functions cwepr.utils.convert_g2mT and cwepr.utils.convert_mT2g to convert between magnetic field values (in mT) and g values
  • Plotters can add g axis as second axis opposite the magnetic field axis.
  • cwepr.plotting.PowerSweepAnalysisPlotter for graphical representation of power saturation curves including a second axis with the actual microwave power.
  • List of example recipes, available both in the source repository and from the documentation.

Changes

  • Renamed class FieldCorrectionValue to cwepr.analysis.FieldCalibration
  • cwepr.processing.FieldCorrection: Rename parameter correction_value to offset

Fixes

  • cwepr.processing.GAxisCreation returns correct g axis values
  • Reporters do not contain dataset in their dict representation
  • cwepr.io.factory.DatasetImporterFactory falls back to ASpecD-supported formats if no matching format is found.