Skip to content

Commit

Permalink
Refs #6273 add MANDI IDF
Browse files Browse the repository at this point in the history
(cherry picked from commit ed57572)
  • Loading branch information
VickieLynch authored and Michael Reuter committed Dec 10, 2012
1 parent 79a88b7 commit 8fe644f
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions Code/Mantid/instrument/MANDI_Definition_2012.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<?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 -->
<instrument name="MANDI" valid-from ="1900-01-31 23:59:59"
valid-to ="2100-01-31 23:59:59"
last-modified="2012-12-04 08:30:00">
<!--Created by Vickie Lynch-->
<!--Modified by Vickie Lynch using the TOPAZ.py script from the Translation Service calibration/geometry/ code. -->

<!--DEFAULTS-->
<defaults>
<length unit="metre"/>
<angle unit="degree"/>
<reference-frame>
<along-beam axis="z"/>
<pointing-up axis="y"/>
<handedness axis="right"/>
</reference-frame>
</defaults>

<!--SOURCE-->
<component type="moderator">
<location z="-11.0"/>
</component>
<type name="moderator" is="Source"/>

<!--SAMPLE-->
<component type="sample-position">
<location y="0.0" x="0.0" z="0.0"/>
</component>
<type name="sample-position" is="SamplePos"/>

<!--MONITORS-->
<component type="monitors" idlist="monitors">
<location/>
</component>
<type name="monitors">
<component type="monitor">
<location z="16.069" name="monitor1"/>
</component>
<component type="monitor">
<location z="18.54" name="monitor2"/>
</component>
<component type="monitor">
<location z="20.00" name="monitor3"/>
</component>
</type>

<!-- XML Code automatically generated on 2012-11-30 17:30:34.396297 for the Mantid instrument definition file -->
<component type="panel" idstart="917504" idfillbyfirst="y" idstepbyrow="256">
<location r="0.455000" t="133.320872" p="-46.751427" name="bank14" rot="-63.920201" axis-x="0" axis-y="1" axis-z="0">
<rot val="53.154399">
<rot val="41.466968" axis-x="0" axis-y="1" axis-z="0" />
</rot>
</location>
</component>
<component type="panel" idstart="1441792" idfillbyfirst="y" idstepbyrow="256">
<location r="0.425000" t="90.000202" p="-16.000018" name="bank22" rot="-105.410002" axis-x="0" axis-y="1" axis-z="0">
<rot val="47.178655">
<rot val="22.073524" axis-x="0" axis-y="1" axis-z="0" />
</rot>
</location>
</component>
<component type="panel" idstart="2031616" idfillbyfirst="y" idstepbyrow="256">
<location r="0.395000" t="36.000027" p="0.000000" name="bank31" rot="-143.999973" axis-x="0" axis-y="1" axis-z="0">
<rot val="45.000000">
<rot val="0.000000" axis-x="0" axis-y="1" axis-z="0" />
</rot>
</location>
</component>
<!-- List of all the banks:
14,22,31
-->

<!-- NOTE: This detector is the same as the SNAP detector -->
<!-- Rectangular Detector Panel -->
<type name="panel" is="rectangular_detector" type="pixel"
xpixels="256" xstart="-0.078795" xstep="+0.000618"
ypixels="256" ystart="-0.078795" ystep="+0.000618" >
<properties/>
</type>

<!-- Pixel for Detectors-->
<type is="detector" name="pixel">
<cuboid id="pixel-shape">
<left-front-bottom-point y="-0.000309" x="-0.000309" z="0.0"/>
<left-front-top-point y="0.000309" x="-0.000309" z="0.0"/>
<left-back-bottom-point y="-0.000309" x="-0.000309" z="-0.0001"/>
<right-front-bottom-point y="-0.000309" x="0.000309" z="0.0"/>
</cuboid>
<algebra val="pixel-shape"/>
</type>

<!-- Shape for Monitors-->
<!-- TODO: Update to real shape -->
<type is="monitor" name="monitor">
<cylinder id="some-shape">
<centre-of-bottom-base p="0.0" r="0.0" t="0.0"/>
<axis y="0.0" x="0.0" z="1.0"/>
<radius val="0.01"/>
<height val="0.03"/>
</cylinder>
<algebra val="some-shape"/>
</type>

<!--MONITOR IDs-->
<idlist idname="monitors">
<id val="-1"/>
<id val="-2"/>
<id val="-3"/>
</idlist>
</instrument>

0 comments on commit 8fe644f

Please sign in to comment.