Skip to content

Commit

Permalink
Swapped positions of high angle elastic banks. refs #2811
Browse files Browse the repository at this point in the history
The banks at 4 and 10 o'clock (when looking back towards
the moderator) are now swapped.
  • Loading branch information
stuartcampbell committed Apr 5, 2012
1 parent 8ce8f75 commit 502a993
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Code/Mantid/instrument/VISION_Definition.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='ASCII'?>
<instrument valid-to="2100-01-31 23:59:59" name="VISION" valid-from="2012-01-01 00:00:00.000000">
<instrument valid-to="2100-01-31 23:59:59" name="VISION" valid-from="2012-04-05 11:57:26.455085">
<!-- Created by Stuart Campbell -->
<defaults>
<length unit="metre"/>
Expand Down Expand Up @@ -1252,7 +1252,7 @@
</type>
<type name="bank3">
<component type="eightpack-elastic">
<location y="0.243003979552" x="0.586663503145" z="0.0">
<location y="-0.243003979552" x="-0.586663503145" z="0.0">
<rot axis-z="0" axis-x="0" axis-y="1" val="0">
<rot axis-z="0" axis-x="1" axis-y="0" val="-90.0">
<rot axis-z="1" axis-x="0" axis-y="0" val="0.0"/>
Expand All @@ -1264,7 +1264,7 @@
</type>
<type name="bank6">
<component type="eightpack-elastic">
<location y="-0.243003979552" x="0.586663503145" z="0.0">
<location y="0.243003979552" x="-0.586663503145" z="0.0">
<rot axis-z="0" axis-x="0" axis-y="1" val="0">
<rot axis-z="0" axis-x="1" axis-y="0" val="-90.0">
<rot axis-z="1" axis-x="0" axis-y="0" val="0.0"/>
Expand Down Expand Up @@ -1300,7 +1300,7 @@
</type>
<type name="bank15">
<component type="eightpack-elastic">
<location y="-0.243003979552" x="-0.586663503145" z="0.0">
<location y="0.243003979552" x="0.586663503145" z="0.0">
<rot axis-z="0" axis-x="0" axis-y="1" val="0">
<rot axis-z="0" axis-x="1" axis-y="0" val="-90.0">
<rot axis-z="1" axis-x="0" axis-y="0" val="0.0"/>
Expand All @@ -1312,7 +1312,7 @@
</type>
<type name="bank18">
<component type="eightpack-elastic">
<location y="0.243003979552" x="-0.586663503145" z="0.0">
<location y="-0.243003979552" x="0.586663503145" z="0.0">
<rot axis-z="0" axis-x="0" axis-y="1" val="0">
<rot axis-z="0" axis-x="1" axis-y="0" val="-90.0">
<rot axis-z="1" axis-x="0" axis-y="0" val="0.0"/>
Expand Down

0 comments on commit 502a993

Please sign in to comment.