From 805f43141a85aae32d7deb28ad6d23c6fd75a172 Mon Sep 17 00:00:00 2001 From: Gagik Vardanyan <vardanyan@ill.fr> Date: Fri, 17 Jan 2020 16:29:04 +0100 Subject: [PATCH] Re #27727 fixed the detector ID step for front top and bottom panels --- instrument/D33_Definition.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instrument/D33_Definition.xml b/instrument/D33_Definition.xml index 09bcd5cbad7..0dc129941b1 100644 --- a/instrument/D33_Definition.xml +++ b/instrument/D33_Definition.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='ASCII'?> -<instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="D33" valid-from="2017-10-01 23:59:59" valid-to="2100-01-31 23:59:59" last-modified="2020-01-16 17:18:35.111121" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 http://schema.mantidproject.org/IDF/1.0/IDFSchema.xsd"> +<instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="D33" valid-from="2017-10-01 23:59:59" valid-to="2100-01-31 23:59:59" last-modified="2020-01-17 16:19:35.745520" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 http://schema.mantidproject.org/IDF/1.0/IDFSchema.xsd"> <!-- This is the instrument definition file of the D33 Massive dynamic q-range small-angle diffractometer at the ILL. Generated file, PLEASE DO NOT EDIT THIS FILE! @@ -114,12 +114,12 @@ <rot val="90.0" axis-x="0" axis-y="0" axis-z="1"/> </location> </component> - <component type="front_detector_bottom" idstart="300000" idfillbyfirst="y" idstepbyrow="256"> + <component type="front_detector_bottom" idstart="300000" idfillbyfirst="y" idstepbyrow="32"> <location x="0.0" y="-0.4" z="1.2"> <rot val="180.0" axis-x="0" axis-y="1" axis-z="0"/> </location> </component> - <component type="front_detector_top" idstart="400000" idfillbyfirst="y" idstepbyrow="256"> + <component type="front_detector_top" idstart="400000" idfillbyfirst="y" idstepbyrow="32"> <location x="0.0" y="0.4" z="1.2"> <rot val="180.0" axis-x="0" axis-y="1" axis-z="0"/> </location> -- GitLab