StollLab / EasySpin

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

Example `orientpotential` crashes #263

Closed stestoll closed 1 year ago

stestoll commented 1 year ago

The example slowmotion/orientpotential.m crashes with the following error:

Error using foldoridist
Orientational distribution folding are not supported for grid symmetry ''.
Error in pepper (line 604)
  orifun = foldoridist(Exp.Ordering,Opt.GridSymmetry);
Error in pepper (line 154)
      [xAxis,spec_,Transitions] = pepper(Sys_,Exp,Opt);
Error in orientpotential (line 25)
[B,spcref] = pepper(Sys,Exp,Opt);