EasySpin is a MATLAB-based toolbox for the simulation and analysis of Electron Paramagnetic Resonance (EPR) spectra as well as magnetometry data. The homepage of EasySpin is at easyspin.org. This is the GitHub repository of EasySpin's source code, including tests, documentation source, and build scripts.
To get a tested and packaged version of EasySpin, download it from easyspin.org.
- Homepage: http://easyspin.org
- Documentation: http://easyspin.org/documentation
- Discussion forum: http://easyspin.org/forum/
- Source code: https://github.com/StollLab/easyspin
Before contributing to EasySpin, please read the contributing and testing guides.
The EasySpin source code is organized as follows:
easyspin/ source code for EasySpin's toolbox functions
docsrc/ source code for the documentation
examples/ collection of EasySpin example scripts
releasing/ build scripts etc.
tests/ unit tests for EasySpin
A local copy of the documentation can be built with a perl script docbuilder.pl
. For more information see the documentation in the releasing
subfolder.