You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pepper and chili should support an anisotropic Lorentzian broadening, akin to HStrain. It should be defined in the frequency domain, like HStrain. This new broadening and the Lorentzian part of lw and lwpp should be mutually exclusive. Naming unclear.
Sys.lwpp = [xGyGzG; xLyLzL]; % both Gaussian and Lorentzian anisotropic broadening
With this, the term "convolutional" broadening somewhat changes its meaning - it's not the powder spectrum that is convoluted by a lineshape, but each single-orientation spectrum separately.
Alternative: introduce two new fields:
Sys.lwppG = [xGyGzG];
Sys.lwppL = [xLyLzL];
This is a little less cryptic. Sys.lwpp could still be supported as the abbreviated input for isotropic broadening.
The text was updated successfully, but these errors were encountered:
pepper
andchili
should support an anisotropic Lorentzian broadening, akin toHStrain
. It should be defined in the frequency domain, likeHStrain
. This new broadening and the Lorentzian part oflw
andlwpp
should be mutually exclusive. Naming unclear.See #57 for
chili
.Possible input syntax:
With this, the term "convolutional" broadening somewhat changes its meaning - it's not the powder spectrum that is convoluted by a lineshape, but each single-orientation spectrum separately.
Alternative: introduce two new fields:
This is a little less cryptic.
Sys.lwpp
could still be supported as the abbreviated input for isotropic broadening.The text was updated successfully, but these errors were encountered: