Version 0.2.0
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
utilsfor general-purpose functions regarding cw-EPR spectroscopy - Functions
cwepr.utils.convert_g2mTandcwepr.utils.convert_mT2gto 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.PowerSweepAnalysisPlotterfor 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
FieldCorrectionValuetocwepr.analysis.FieldCalibration cwepr.processing.FieldCorrection: Rename parametercorrection_valuetooffset
Fixes
cwepr.processing.GAxisCreationreturns correct g axis values- Reporters do not contain dataset in their dict representation
cwepr.io.factory.DatasetImporterFactoryfalls back to ASpecD-supported formats if no matching format is found.