StollLab / EasySpin

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

Opt.Output -> Opt.separate #310

Closed stestoll closed 9 months ago

stestoll commented 10 months ago

This PR addresses #176 and implements new settings for Opt.Output

Opt.Output = 'components';
Opt.Output = 'sites';
Opt.Output = 'orientations';
Opt.Output = 'transitions';

Support for 'separate' is removed.

cetait commented 9 months ago

I've looked through the changes in this PR in a bit more detail and I think it is very useful. A couple of comments:

cetait commented 9 months ago

The detailed information in the info structure is great. I've added the specific combination of isotopes, since that information is easily accessible within compisoloop now and could be useful for the user too. This is in a separate output field present only if there are different isotopologues, I'm not sure about the fieldname.