StollLab / EasySpin

MATLAB toolbox for Electron Paramagnetic Resonance (EPR) spectroscopy
http://easyspin.org
MIT License
48 stars 25 forks source link

Simplify simulation of crystal roadmaps #332

Closed stestoll closed 3 months ago

stestoll commented 3 months ago

To simulate a series of crystal EPR spectra obtained from rotating a sample in small steps around an axis, it should be sufficient to use

rho = deg2rad(0:10:180);  % sample rotation angle
Exp.SampleFrame = deg2rad([0 45 0]);
Exp.SampleRotation = {rho,'x'};
Opt.separate = 'orientations';
pepper(Sys,Exp,Opt);