Skip to content
Snippets Groups Projects
Unverified Commit 3c507d25 authored by Pete Peterson's avatar Pete Peterson Committed by GitHub
Browse files

Merge pull request #22679 from mantidproject/4a_and_4b_monitors

Add dummy monitors to reflectometers
parents d3cede84 b640456d
No related branches found
No related tags found
No related merge requests found
......@@ -74,5 +74,27 @@
</cuboid>
<algebra val="pixel-shape"/>
</type>
<!--MONITORS-->
<component idlist="monitors" type="monitors">
<location/>
</component>
<type name="monitors">
<component type="monitor">
<location name="monitor1" z="-0.23368"/>
</component>
</type>
<type is="monitor" name="monitor">
<cylinder id="cyl-approx">
<centre-of-bottom-base x="0.0" y="0.0" z="0.0"/>
<axis x="0.0" y="0.0" z="1.0"/>
<radius val="0.01"/>
<height val="0.03"/>
</cylinder>
<algebra val="cyl-approx"/>
</type>
<idlist idname="monitors">
<id val="-1"/>
</idlist>
</instrument>
......@@ -74,6 +74,26 @@
</cuboid>
<algebra val="pixel-shape"/>
</type>
<!--MONITORS-->
<component idlist="monitors" type="monitors">
<location/>
</component>
<type name="monitors">
<component type="monitor">
<location name="monitor1" z="-0.23368"/>
</component>
</type>
<type is="monitor" name="monitor">
<cylinder id="cyl-approx">
<centre-of-bottom-base x="0.0" y="0.0" z="0.0"/>
<axis x="0.0" y="0.0" z="1.0"/>
<radius val="0.01"/>
<height val="0.03"/>
</cylinder>
<algebra val="cyl-approx"/>
</type>
<idlist idname="monitors">
<id val="-1"/>
</idlist>
</instrument>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment