joshm
Hello!
I'm wondering whether anyone knows how to set up a TOF-dependent scale factor? We had some Gd foil to reduce scattering from boron nitride collimation we were using in a recent experiment. However, at low TOF values the Gd starts becoming transparent to neutrons, and I'm getting peaks from BN. I need the scale of the BN phase to diminish as the TOF increases. I've tried using If statements to set it up, but haven't had any luck so far. Any help would be much appreciated!
Thanks very much,
Josh
alancoelho
Josh
scale_pks can be a function of Xo where Xo corresponds to the x-axis position of peaks; ie.
scale_pks = some function of Xo;
For TOF data then Xo will corresponds to tof.
Version 5 in addition has scale_phase_X which works on a point by point basis and the reserved parameter X can be used; ie.
scale_phase_X = some function of X;
For TOF data then X will corresponds to tof