Skip to content

Commit

Permalink
Have separate names in Vesuvio definition for foils in position 0 & 1.
Browse files Browse the repository at this point in the history
Refs #8378
  • Loading branch information
martyngigg committed Nov 28, 2013
1 parent 0b5f556 commit 5a4e7e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Code/Mantid/instrument/VESUVIO_Definition.xml
Expand Up @@ -52,12 +52,15 @@

<!-- FOILS -->

<component type="foil">
<component name="foil-pos0" type="foil">
<!-- position 0 -->
<location t="-42" r="0.225" p="45"/>
<location t="-64" r="0.225" p="45"/>
<location t="55" r="0.225" p="45"/>
<location t="35" r="0.225" p="45"/>
</component>

<component name="foil-pos1" type="foil">
<!-- position 1 -->
<location t="-31" r="0.225" p="45"/>
<location t="-50" r="0.225" p="45"/>
Expand Down

0 comments on commit 5a4e7e5

Please sign in to comment.