Warning: Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
====== tof_sample_peakshape ======
Description: sample contribution to tof peak shape
Contributed by: John Evans
macro tof_sample_peakshape(lor,lor_val,dsp,dsp_val,dspsq,dspsq_val)
{
prm dsp dsp_val del = 0.05 Val + 1; min 1
prm dspsq dspsq_val del = 0.05 Val + 1; min 0
peak_type pv
pv_lor lor lor_val
pv_fwhm = dsp D_spacing + dspsq D_spacing^2;
}