Skip to content

Commit

Permalink
Correct MERLIN aperture shape XML. Refs #5397
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Aug 5, 2012
1 parent 4fd4833 commit 2fe6f77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Code/Mantid/instrument/MERLIN_Definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@

<!-- Aperture -->
<component type="aperture" name="aperture">
<location z="-10.16"/>
<location z="-10.1"/>
</component>

<type name="aperture">
<cuboid id="aperture0">
<left-front-bottom-point x="-0.047" y="-0.047" z="0.0" />
<left-front-top-point x="-0.047" y="0.047" z="0.0" />
<left-back-bottom-point x="-0.047" y="-0.047" z="0.0001" />
<right-front-bottom-point x="0.047" y="-0.047" z="0.0001" />
<left-front-bottom-point x="0.047" y="-0.047" z="-0.0001" />
<left-front-top-point x="0.047" y="-0.047" z="0.0001" />
<left-back-bottom-point x="-0.047" y="-0.047" z="-0.0001" />
<right-front-bottom-point x="0.047" y="0.047" z="-0.0001" />
</cuboid>
<algebra val="aperture0" />
</type>

<!-- Chopper position -->
<component type="chopper-position">
<location z="-1.86"/>
<location z="-1.8"/>
</component>
<type name="chopper-position" is="ChopperPos"></type>

Expand Down

0 comments on commit 2fe6f77

Please sign in to comment.