EPRpy is a Python library designed to streamline the handling, inspection, and processing of Electron Paramagnetic Resonance (EPR) spectroscopic data. The library originated as a collection of scripts I wrote for routine analysis of EPR data acquired on Bruker EPR spectrometers during my academic work. EPRpy focusses on ease of use, enabling quick data visualization (see below), data comparisons, and having transparent as well as highly customisable control over data analysis.
If you have python installed, EPRpy can be installed using pip. Execute the following in a terminal (or command prompt) :
python -m pip install eprpy
Further installation instructions can be found in the documentation.
For EPRpy documentation, see here. Source files for building the documentation using sphinx can be found in docs/source/ .
- Read and export EPR data acquired on Bruker EPR spectrometers.
- Basic processing capabilities such as interactive baseline correction, integration etc.
- Interactive data inspection for 1D and 2D datasets.
- Generate quick plots of 1D and 2D datasets, compare different datasets.
- Automated workflow templates for specific EPR experiments
- Supports reading of files only in Bruker BES3T format v.1.2 and upto 2D datasets.