The spectra obtained are completely different than those were before.
If this code
Code: Select all
Exp.CrystalOrientation = [0 0 0; 0 pi/2 0];
Opt.Output = 'separate';
[B,spec] = pepper(Sys,Exp,Opt);
spec1 = spec(1,:);
spec2 = spec(2,:);
Code: Select all
Exp.CrystalOrientation = [0 0 0];
[B,spec1] = pepper(Sys,Exp);
Exp.CrystalOrientation = [0 pi/2 0];
[B,spec2] = pepper(Sys,Exp);