Skip to content

Commit

Permalink
refs #5671. New IDF for SXD
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Aug 1, 2012
1 parent eb72ada commit fe72d0b
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions Code/Mantid/instrument/SXD_Definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- For help on the notation used to specify an Instrument Definition File
see http://www.mantidproject.org/IDF -->
<instrument name="SXD" valid-from ="2011-01-01 00:00:01"
last-modified="2011-02-01 00:00:00">
last-modified="2011-02-01 02h:00:00">

<!--DEFAULTS-->
<defaults>
Expand Down Expand Up @@ -38,7 +38,7 @@
</component>
</type>

<component type="panel" idstart="1" idfillbyfirst="y" idstepbyrow="64">
<component type="panel1346" idstart="1" idfillbyfirst="y" idstepbyrow="64">
<location x="0.1369713215" y="0.000" z="-0.1785045016" name="bank1" >
<rot val="142.50000" axis-x="0" axis-y="1" axis-z="0">
<rot val="0.00000" axis-x="1" axis-y="0" axis-z="0" />
Expand All @@ -54,15 +54,15 @@
</location>
</component>

<component type="panel" idstart="8193" idfillbyfirst="y" idstepbyrow="64">
<component type="panel1346" idstart="8193" idfillbyfirst="y" idstepbyrow="64">
<location x="0.1369713215" y="0.000" z="0.1785045016" name="bank3" >
<rot val="37.50000" axis-x="0" axis-y="1" axis-z="0">
<rot val="0.00000" axis-x="1" axis-y="0" axis-z="0" />
</rot>
</location>
</component>

<component type="panel" idstart="12289" idfillbyfirst="y" idstepbyrow="64">
<component type="panel1346" idstart="12289" idfillbyfirst="y" idstepbyrow="64">
<location x="-0.1369713215" y="0.000" z="0.1785045016" name="bank4" >
<rot val="-37.50000" axis-x="0" axis-y="1" axis-z="0">
<rot val="0.00000" axis-x="1" axis-y="0" axis-z="0" />
Expand All @@ -78,43 +78,43 @@
</location>
</component>

<component type="panel" idstart="20481" idfillbyfirst="y" idstepbyrow="64">
<component type="panel1346" idstart="20481" idfillbyfirst="y" idstepbyrow="64">
<location x="-0.1369713215" y="0.000" z="-0.1785045016" name="bank6">
<rot val="-142.50000" axis-x="0" axis-y="1" axis-z="0">
<rot val="0.00000" axis-x="1" axis-y="0" axis-z="0" />
</rot>
</location>
</component>

<component type="panel" idstart="24577" idfillbyfirst="y" idstepbyrow="64">
<component type="panel" idstart="24577" idfillbyfirst="x" idstepbyrow="64">
<location x="0.190919" y="-0.190919" z="0.000" name="bank7">
<rot val="90.00000" axis-x="0" axis-y="1" axis-z="0">
<rot val="45.00000" axis-x="1" axis-y="0" axis-z="0" />
</rot>
</location>
</component>

<component type="panel" idstart="28673" idfillbyfirst="y" idstepbyrow="64">
<component type="panel" idstart="28673" idfillbyfirst="x" idstepbyrow="64">
<location x="0.000" y="-0.190919" z="0.190919" name="bank8">
<rot val="45.00000" axis-x="1" axis-y="0" axis-z="0" />
</location>
</component>

<component type="panel" idstart="32769" idfillbyfirst="y" idstepbyrow="64">
<component type="panel1346" idstart="32769" idfillbyfirst="x" idstepbyrow="64">
<location x="-0.190919" y="-0.190919" z="0.000" name="bank9">
<rot val="90.00000" axis-x="0" axis-y="1" axis-z="0">
<rot val="-45.00000" axis-x="1" axis-y="0" axis-z="0" />
</rot>
</location>
</component>

<component type="panel" idstart="36865" idfillbyfirst="y" idstepbyrow="64">
<component type="panel1346" idstart="36865" idfillbyfirst="x" idstepbyrow="64">
<location x="0.000" y="-0.190919" z="-0.190919" name="bank10">
<rot val="-45.00000" axis-x="1" axis-y="0" axis-z="0" />
</location>
</component>

<component type="panel" idstart="40961" idfillbyfirst="y" idstepbyrow="64">
<component type="panel11" idstart="40961" idfillbyfirst="x" idstepbyrow="64">
<location x="0.000" y="-0.278" z="0.0000" name="bank11">
<rot val="90.00000" axis-x="1" axis-y="0" axis-z="0">
<rot val="0.00000" axis-x="1" axis-y="0" axis-z="0" />
Expand Down Expand Up @@ -169,6 +169,18 @@ bank1,bank2,bank3,bank4,bank5,bank6,bank7,bank8,bank9,bank10,bank11
<properties/>
</type>

<type name="panel1346" is="rectangular_detector" type="pixel"
xpixels="64" xstart="0.0975" xstep="-0.003"
ypixels="64" ystart="-0.0945" ystep="+0.003" >
<properties/>
</type>

<type name="panel11" is="rectangular_detector" type="pixel"
xpixels="64" xstart="0.0975" xstep="-0.003"
ypixels="64" ystart="0.0975" ystep="-0.003" >
<properties/>
</type>

<!-- Pixel for Detectors-->
<type is="detector" name="pixel">
<cuboid id="pixel-shape">
Expand Down

0 comments on commit fe72d0b

Please sign in to comment.