Ticket #5422: IN10_Definition.xml

File IN10_Definition.xml, 3.0 KB (added by Peter Parker, 8 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!-- For help on the notation used to specify an Instrument Definition File
3     see http://www.mantidproject.org/IDF -->
4<instrument name="IN10" valid-from   ="1900-01-31 23:59:59"
5                        valid-to     ="2100-01-31 23:59:59"
6                        last-modified="2010-10-07 00:00:00">
7<!-- modified by FD 7/10/2010 -->
8
9<defaults>
10  <length unit="meter" />
11  <angle unit="degree" />
12  <reference-frame>
13    <along-beam axis="z" />
14    <pointing-up axis="y" />
15    <handedness val="right" />
16  </reference-frame>
17  <offsets spherical="delta" />
18</defaults>
19
20<!-- LIST OF PHYSICAL COMPONENTS (which the instrument consists of) -->
21 
22<!-- source and sample-position components -->
23
24<component type="moderator">
25  <location z="-36.41" />
26</component>
27
28<type name="moderator" is="Source">
29  <properties />
30</type>
31
32<component type="sample">
33  <location z="0.0" />
34</component>
35
36<type name="sample" is="SamplePos">
37  <cuboid id="shape">
38    <left-front-bottom-point x="0.02" y="-0.02" z="0.0"  />
39    <left-front-top-point  x="0.02" y="-0.02" z="0.02"  />
40    <left-back-bottom-point  x="-0.02" y="-0.02" z="0.0"  />
41    <right-front-bottom-point  x="0.02" y="0.02" z="0.0"  />
42  </cuboid>
43  <algebra val="shape" />
44</type>
45
46<!-- LIST OF DETECTORS AND MONITORS -->
47
48<!-- monitor components -->
49
50  <component type="monitor1" mark-as="monitor" idlist="monitor1">
51    <location z="-0.335" />
52  </component>
53
54  <type name="monitor1" is="detector">
55    <percent-transparency val="99.9" />
56    <cuboid id="shape">
57      <left-front-bottom-point x="0.0125" y="-0.0125" z="0.0"  />
58      <left-front-top-point  x="0.0125" y="-0.0125" z="0.005"  />
59      <left-back-bottom-point  x="-0.0125" y="-0.0125" z="0.0"  />
60      <right-front-bottom-point  x="0.0125" y="0.0125" z="0.0"  />
61    </cuboid>
62    <algebra val="shape" />
63  </type> 
64
65  <idlist idname="monitor1">
66    <id val="8" /> 
67  </idlist>
68 
69<!--  detector components -->
70
71<component type="silicon" idlist="silicon">
72  <properties />
73  <parameter name="Efixed"> <value val="2.08" /> </parameter>
74  <location  />
75</component>
76
77<type name="silicon">
78 <component type="pix1">
79  <location r="1.45" t="27.07" p="0" name="S1" />
80  <location r="1.45" t="29.70" p="0" name="S2" />
81  <location r="1.45" t="32.32" p="0" name="S3" />
82  <location r="1.45" t="34.95" p="0" name="S4" />
83  <location r="1.45" t="37.58" p="0" name="S5" />
84  <location r="1.45" t="40.21" p="0" name="S6" />
85  <location r="1.45" t="42.83" p="0" name="S7" />
86 </component>
87</type>
88
89<idlist idname="silicon">
90  <id start="1" end="7" />
91</idlist>
92
93<type name="pix1" is="detector">
94  <cuboid id="app-shape">
95    <left-front-bottom-point x="0.005" y="-0.1" z="0.0"  />
96    <left-front-top-point  x="0.005" y="-0.1" z="0.0002"  />
97    <left-back-bottom-point  x="-0.005" y="-0.1" z="0.0"  />
98    <right-front-bottom-point  x="0.005" y="0.1" z="0.0"  />
99  </cuboid>
100  <algebra val="app-shape" />
101</type>
102
103</instrument>