Skip to content
Snippets Groups Projects
Unverified Commit 7408f0a8 authored by Savici, Andrei T.'s avatar Savici, Andrei T. Committed by GitHub
Browse files

Merge pull request #22856 from mantidproject/22855_v20_idf_fix

Fix V20 Source chopper position
parents 5b451ab4 f99b0573
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- For help on the notation used to specify an Instrument Definition File <!-- For help on the notation used to specify an Instrument Definition File
see http://www.mantidproject.org/IDF --> see http://www.mantidproject.org/IDF -->
<!-- IDF configurations can be gound here https://github.com/mantidproject/documents/blob/master/IDF-Configurations/V20_idf_configurations_v05.pptx -->
<instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 Schema/IDFSchema.xsd" <instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 Schema/IDFSchema.xsd"
name="IMAT" valid-from ="1900-01-31 23:59:59" name="IMAT" valid-from ="1900-01-31 23:59:59"
valid-to ="2099-12-31 23:59:59" valid-to ="2099-12-31 23:59:59"
...@@ -19,7 +20,7 @@ last-modified="2018-02-09 09:00:00"> ...@@ -19,7 +20,7 @@ last-modified="2018-02-09 09:00:00">
</defaults> </defaults>
<component type="source-chopper"> <component type="source-chopper">
<location x="0.0" y="0.0" z="-50.6"/> <location x="0.0" y="0.0" z="-28.9"/>
</component> </component>
<type name="source-chopper"/> <type name="source-chopper"/>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- For help on the notation used to specify an Instrument Definition File <!-- For help on the notation used to specify an Instrument Definition File
see http://www.mantidproject.org/IDF --> see http://www.mantidproject.org/IDF -->
<!-- IDF configurations can be gound here https://github.com/mantidproject/documents/blob/master/IDF-Configurations/V20_idf_configurations_v05.pptx -->
<instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 Schema/IDFSchema.xsd" <instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 Schema/IDFSchema.xsd"
name="IMAT" valid-from ="1900-01-31 23:59:59" name="IMAT" valid-from ="1900-01-31 23:59:59"
valid-to ="2099-12-31 23:59:59" valid-to ="2099-12-31 23:59:59"
...@@ -19,7 +20,7 @@ last-modified="2018-02-09 09:00:00"> ...@@ -19,7 +20,7 @@ last-modified="2018-02-09 09:00:00">
</defaults> </defaults>
<component type="source-chopper"> <component type="source-chopper">
<location x="0.0" y="0.0" z="-50.6"/> <location x="0.0" y="0.0" z="-28.9"/>
</component> </component>
<type name="source-chopper"/> <type name="source-chopper"/>
...@@ -42,7 +43,7 @@ last-modified="2018-02-09 09:00:00"> ...@@ -42,7 +43,7 @@ last-modified="2018-02-09 09:00:00">
<location x="-0.070" /> <location x="-0.070" />
<location x="-0.035" /> <location x="-0.035" />
<location x="0.000" /> <location x="0.000" />
<location x="-0.035" /> <location x="0.035" />
</component> </component>
</type> </type>
......
<?xml version="1.0" encoding="UTF-8"?>
<!-- For help on the notation used to specify an Instrument Definition File
see http://www.mantidproject.org/IDF -->
<!-- IDF configurations can be gound here https://github.com/mantidproject/documents/blob/master/IDF-Configurations/V20_idf_configurations_v05.pptx -->
<instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 Schema/IDFSchema.xsd"
name="IMAT" valid-from ="1900-01-31 23:59:59"
valid-to ="2099-12-31 23:59:59"
last-modified="2018-02-09 09:00:00">
<defaults>
<length unit="meter"/>
<angle unit="degree"/>
<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. -->
<along-beam axis="z"/>
<pointing-up axis="y"/>
<handedness val="right"/>
</reference-frame>
<default-view axis-view="z"/>
</defaults>
<component type="source-chopper">
<location x="0.0" y="0.0" z="-25.3"/>
</component>
<type name="source-chopper"/>
<component type="wfm-chopper">
<location x="0.0" y="0.0" z="-18.45"/>
</component>
<type name="wfm-chopper" is="Source" />
<component type="some-sample-holder">
<location x="0.0" y="0.0" z="0"/>
</component>
<type name="some-sample-holder" is="SamplePos" />
<component name="transmission-beam-monitor" type="monitor" idlist="monitor-id-list">
<location x="0.0" y="0.0" z="0.030" />
</component>
<type name="monitor" is="monitor">
<cuboid id="shape">
<left-front-bottom-point x="0.02" y="-0.0525" z="0.0" />
<left-front-top-point x="0.02" y="-0.0525" z="0.040" />
<left-back-bottom-point x="-0.02" y="-0.0525" z="0.0" />
<right-front-bottom-point x="0.02" y="0.0525" z="0.0" />
</cuboid>
</type>
<idlist idname="monitor-id-list">
<id val="3" />
</idlist>
</instrument>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment