From d3a7b60af15d4d3fb3b2f9e43c8e85f0c2fbfdbd Mon Sep 17 00:00:00 2001 From: Mike Thomas <mgt110@ic.ac.uk> Date: Wed, 21 Aug 2013 17:00:52 +0100 Subject: [PATCH] Commit IDFs default correct Refs #7793 --- Code/Mantid/instrument/EMU_Definition_32detectors.xml | 1 - Code/Mantid/instrument/EMU_Definition_96detectors.xml | 1 - Code/Mantid/instrument/GPD_Definition_2detectors.xml | 1 - Code/Mantid/instrument/HIFI_Definition.xml | 1 - Code/Mantid/instrument/MUSR_Definition.xml | 5 +++-- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Code/Mantid/instrument/EMU_Definition_32detectors.xml b/Code/Mantid/instrument/EMU_Definition_32detectors.xml index 0b547c9be88..b738454c1ce 100644 --- a/Code/Mantid/instrument/EMU_Definition_32detectors.xml +++ b/Code/Mantid/instrument/EMU_Definition_32detectors.xml @@ -7,7 +7,6 @@ <defaults> <length unit="meter"/> <angle unit="degree"/> - <parameter eq="" type="double" extract-single-value-as="mean" /> <reference-frame> <!-- The z-axis is set parallel to and in the direction of the beam. the y-axis points up and the coordinate system is right handed. --> diff --git a/Code/Mantid/instrument/EMU_Definition_96detectors.xml b/Code/Mantid/instrument/EMU_Definition_96detectors.xml index 8ce68a2df16..89fab02c67c 100644 --- a/Code/Mantid/instrument/EMU_Definition_96detectors.xml +++ b/Code/Mantid/instrument/EMU_Definition_96detectors.xml @@ -7,7 +7,6 @@ <defaults> <length unit="meter"/> <angle unit="degree"/> - <parameter eq="" type="double" extract-single-value-as="mean" /> <reference-frame> <!-- The z-axis is set parallel to and in the direction of the beam. the y-axis points up and the coordinate system is right handed. --> diff --git a/Code/Mantid/instrument/GPD_Definition_2detectors.xml b/Code/Mantid/instrument/GPD_Definition_2detectors.xml index a88a960dc5e..68f440a0f94 100644 --- a/Code/Mantid/instrument/GPD_Definition_2detectors.xml +++ b/Code/Mantid/instrument/GPD_Definition_2detectors.xml @@ -6,7 +6,6 @@ <defaults> <length unit="meter"/> <angle unit="degree"/> - <parameter eq="" type="double" extract-single-value-as="mean" /> <reference-frame> <!-- The z-axis is set parallel to and in the direction of the beam. the y-axis points up and the coordinate system is right handed. --> diff --git a/Code/Mantid/instrument/HIFI_Definition.xml b/Code/Mantid/instrument/HIFI_Definition.xml index 8a486fca18c..4a976dd0212 100644 --- a/Code/Mantid/instrument/HIFI_Definition.xml +++ b/Code/Mantid/instrument/HIFI_Definition.xml @@ -8,7 +8,6 @@ <defaults> <length unit="meter"/> <angle unit="degree"/> - <parameter eq="" type="double" extract-single-value-as="mean" /> <reference-frame> <!-- The z-axis is set parallel to and in the direction of the beam. the y-axis points up and the coordinate system is right handed. --> diff --git a/Code/Mantid/instrument/MUSR_Definition.xml b/Code/Mantid/instrument/MUSR_Definition.xml index eb6d903c65f..213c43f996a 100644 --- a/Code/Mantid/instrument/MUSR_Definition.xml +++ b/Code/Mantid/instrument/MUSR_Definition.xml @@ -8,7 +8,6 @@ <defaults> <length unit="meter"/> <angle unit="degree"/> - <parameter eq="" type="double" extract-single-value-as="mean" /> <reference-frame> <!-- The z-axis is set parallel to and in the direction of the beam. the y-axis points up and the coordinate system is right handed. --> @@ -91,7 +90,9 @@ <component type="both rings" idlist="both rings"> <location /> <!-- Here link orientation of instrument to horizontal or vertical in Nexus file--> - <parameter name="roty" logfile-id="fromNexus" extract-single-value-as="position 1" /> + <parameter name="roty"> + <logfile id="fromNexus" extract-single-value-as="position 1"/> + </parameter> </component> <type name="both rings" > -- GitLab