From 023bf6edf37d4c8203809bbae902aa95dcb594df Mon Sep 17 00:00:00 2001 From: Michael Reuter <reuterma@ornl.gov> Date: Wed, 3 Oct 2012 13:22:26 -0400 Subject: [PATCH] Refs #5742. Turn off zero background diag test for SNS instruments. --- Code/Mantid/instrument/ARCS_Parameters.xml | 2 +- Code/Mantid/instrument/CNCS_Parameters.xml | 2 +- Code/Mantid/instrument/HYSPECA_Parameters.xml | 2 +- Code/Mantid/instrument/HYSPEC_Parameters.xml | 2 +- Code/Mantid/instrument/SEQUOIA_Parameters.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Code/Mantid/instrument/ARCS_Parameters.xml b/Code/Mantid/instrument/ARCS_Parameters.xml index 2808f21f930..74a18da8c8d 100644 --- a/Code/Mantid/instrument/ARCS_Parameters.xml +++ b/Code/Mantid/instrument/ARCS_Parameters.xml @@ -62,7 +62,7 @@ <!-- Remove zeroes in background (s_zero)--> <parameter name="diag_samp_zero"> - <value val="1.0"/> + <value val="0.0"/> </parameter> <!-- Fraction of median to consider counting low for the white beam diag (sv_lo)--> diff --git a/Code/Mantid/instrument/CNCS_Parameters.xml b/Code/Mantid/instrument/CNCS_Parameters.xml index 7b76b3d20ce..6b5766063d7 100644 --- a/Code/Mantid/instrument/CNCS_Parameters.xml +++ b/Code/Mantid/instrument/CNCS_Parameters.xml @@ -62,7 +62,7 @@ <!-- Remove zeroes in background (s_zero)--> <parameter name="diag_samp_zero"> - <value val="1.0"/> + <value val="0.0"/> </parameter> <!-- Fraction of median to consider counting low for the white beam diag (sv_lo)--> diff --git a/Code/Mantid/instrument/HYSPECA_Parameters.xml b/Code/Mantid/instrument/HYSPECA_Parameters.xml index b370df4b9da..bfe1144d990 100644 --- a/Code/Mantid/instrument/HYSPECA_Parameters.xml +++ b/Code/Mantid/instrument/HYSPECA_Parameters.xml @@ -62,7 +62,7 @@ <!-- Remove zeroes in background (s_zero)--> <parameter name="diag_samp_zero"> - <value val="1.0"/> + <value val="0.0"/> </parameter> <!-- Fraction of median to consider counting low for the white beam diag (sv_lo)--> diff --git a/Code/Mantid/instrument/HYSPEC_Parameters.xml b/Code/Mantid/instrument/HYSPEC_Parameters.xml index 2632a7e47f5..6d67410f585 100644 --- a/Code/Mantid/instrument/HYSPEC_Parameters.xml +++ b/Code/Mantid/instrument/HYSPEC_Parameters.xml @@ -62,7 +62,7 @@ <!-- Remove zeroes in background (s_zero)--> <parameter name="diag_samp_zero"> - <value val="1.0"/> + <value val="0.0"/> </parameter> <!-- Fraction of median to consider counting low for the white beam diag (sv_lo)--> diff --git a/Code/Mantid/instrument/SEQUOIA_Parameters.xml b/Code/Mantid/instrument/SEQUOIA_Parameters.xml index 45f188458a3..ed3d73a2754 100644 --- a/Code/Mantid/instrument/SEQUOIA_Parameters.xml +++ b/Code/Mantid/instrument/SEQUOIA_Parameters.xml @@ -51,7 +51,7 @@ <!-- Remove zeroes in background (s_zero)--> <parameter name="diag_samp_zero"> - <value val="1.0"/> + <value val="0.0"/> </parameter> <!-- Fraction of median to consider counting low for the white beam diag (sv_lo)--> -- GitLab