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 xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 Schema/IDFSchema.xsd" |
---|
5 | name="LET" valid-from ="1900-01-31 23:59:59" |
---|
6 | valid-to ="2014-02-10 23:59:59" |
---|
7 | last-modified="2012-03-13 00:00:00"> |
---|
8 | |
---|
9 | <defaults> |
---|
10 | <length unit="meter"/> |
---|
11 | <angle unit="degree"/> |
---|
12 | <location r="0.0" t="0.0" p="0.0" ang="0.0" axis-x="0.0" axis-y="0.0" axis-z="1.0"/> |
---|
13 | <reference-frame> |
---|
14 | <!-- The z-axis is set parallel to and in the direction of the beam. the |
---|
15 | y-axis points up and the coordinate system is right handed. --> |
---|
16 | <along-beam axis="z"/> |
---|
17 | <pointing-up axis="y"/> |
---|
18 | <handedness val="right"/> |
---|
19 | <origin val="beam" /> |
---|
20 | </reference-frame> |
---|
21 | <default-view view="cylindrical_y"/> |
---|
22 | <!-- Comment "components-are-facing" out if you dont want the |
---|
23 | components defined in this file to face a position by default --> |
---|
24 | <components-are-facing x="0.0" y="0.0" z="0.0" /> |
---|
25 | </defaults> |
---|
26 | <!-- LIST OF PHYSICAL COMPONENTS (which the instrument consists of) --> |
---|
27 | <!-- detector components --> |
---|
28 | <properties> |
---|
29 | </properties> |
---|
30 | <component type="monitors" idlist="monitors"> |
---|
31 | <location/> |
---|
32 | </component> |
---|
33 | <component type="door01" idlist="door01"> |
---|
34 | <location /> |
---|
35 | </component> |
---|
36 | <component type="door02" idlist="door02"> |
---|
37 | <location /> |
---|
38 | </component> |
---|
39 | <component type="door03" idlist="door03"> |
---|
40 | <location /> |
---|
41 | </component> |
---|
42 | <component type="door04" idlist="door04"> |
---|
43 | <location /> |
---|
44 | </component> |
---|
45 | <component type="door05" idlist="door05"> |
---|
46 | <location /> |
---|
47 | </component> |
---|
48 | <component type="door06" idlist="door06"> |
---|
49 | <location /> |
---|
50 | </component> |
---|
51 | <component type="door07" idlist="door07"> |
---|
52 | <location /> |
---|
53 | </component> |
---|
54 | <component type="door08" idlist="door08"> |
---|
55 | <location /> |
---|
56 | </component> |
---|
57 | <component type="door09" idlist="door09"> |
---|
58 | <location /> |
---|
59 | </component> |
---|
60 | <component type="door10" idlist="door10"> |
---|
61 | <location /> |
---|
62 | </component> |
---|
63 | <component type="door11" idlist="door11"> |
---|
64 | <location /> |
---|
65 | </component> |
---|
66 | <component type="door12" idlist="door12"> |
---|
67 | <location /> |
---|
68 | </component> |
---|
69 | <!-- source and sample-position components --> |
---|
70 | <component type="undulator"> |
---|
71 | <location z="-25.0"> <facing val="none"/> </location> |
---|
72 | </component> |
---|
73 | |
---|
74 | <component type="nickel-holder"> |
---|
75 | <location> <facing val="none"/> </location> |
---|
76 | </component> |
---|
77 | |
---|
78 | <!-- DEFINITION OF TYPES --> |
---|
79 | <!-- Source types --> |
---|
80 | <type name="undulator" is="Source"> |
---|
81 | <properties /> |
---|
82 | <cylinder id="some-shape"> |
---|
83 | <centre-of-bottom-base r="0.0" t="0.0" p="0.0" /> |
---|
84 | <axis x="0.0" y="0.0" z="1.0" /> |
---|
85 | <radius val="0.01" /> |
---|
86 | <height val="0.03" /> |
---|
87 | </cylinder> |
---|
88 | <algebra val="some-shape" /> |
---|
89 | </type> |
---|
90 | |
---|
91 | <!-- Sample-position types --> |
---|
92 | <type name="nickel-holder" is="SamplePos"> |
---|
93 | <properties /> |
---|
94 | <sphere id="some-shape"> |
---|
95 | <centre x="0.0" y="0.0" z="0.0" /> |
---|
96 | <radius val="0.03" /> |
---|
97 | </sphere> |
---|
98 | <algebra val="some-shape" /> |
---|
99 | </type> |
---|
100 | |
---|
101 | <!-- Detectors types --> |
---|
102 | <type name="monitors"> |
---|
103 | <component type="monitor"> |
---|
104 | <location r="17.758" t="180.0" p="0.0" name="monitor1" /> |
---|
105 | <location r="17.060" t="180.0" p="0.0" name="monitor2" /> |
---|
106 | <location r="16.558" t="180.0" p="0.0" name="monitor3" /> |
---|
107 | <location r="13.164" t="180.0" p="0.0" name="monitor4" /> |
---|
108 | <location r="9.255" t="180.0" p="0.0" name="monitor5" /> |
---|
109 | <location r="1.333" t="180.0" p="0.0" name="monitor6" /> |
---|
110 | <location r="1.088" t="180.0" p="0.0" name="monitor7" /> |
---|
111 | <location r="1.088" t="180.0" p="0.0" name="monitor8" /> |
---|
112 | </component> |
---|
113 | </type> |
---|
114 | |
---|
115 | <type name="door01"> |
---|
116 | <component type="LETdoor"> |
---|
117 | <location x=" -1.8805 " z=" 2.9519 "> <facing x="0" y="0" z="0"/> </location> |
---|
118 | </component> |
---|
119 | </type> |
---|
120 | |
---|
121 | <type name="door02"> |
---|
122 | <component type="LETdoor"> |
---|
123 | <location x=" -1.0525 " z=" 3.3380 "> <facing x="0" y="0" z="0"/> </location> |
---|
124 | </component> |
---|
125 | </type> |
---|
126 | |
---|
127 | <type name="door03"> |
---|
128 | <component type="LETdoor"> |
---|
129 | <location x=" -0.15267 " z=" 3.4967 "> <facing x="0" y="0" z="0"/> </location> |
---|
130 | </component> |
---|
131 | </type> |
---|
132 | |
---|
133 | <type name="door04"> |
---|
134 | <component type="LETdoor"> |
---|
135 | <location x="0.75754 " z=" 3.4170 "> <facing x="0" y="0" z="0"/> </location> |
---|
136 | </component> |
---|
137 | </type> |
---|
138 | |
---|
139 | <type name="door05"> |
---|
140 | <component type="LETdoor"> |
---|
141 | <location x=" 1.6161 " z=" 3.1045 "> <facing x="0" y="0" z="0"/> </location> |
---|
142 | </component> |
---|
143 | </type> |
---|
144 | |
---|
145 | <type name="door06"> |
---|
146 | <component type="LETdoor"> |
---|
147 | <location x=" 2.3646 " z=" 2.5805 "> <facing x="0" y="0" z="0"/> </location> |
---|
148 | </component> |
---|
149 | </type> |
---|
150 | |
---|
151 | <type name="door07"> |
---|
152 | <component type="LETdoor"> |
---|
153 | <location x=" 2.9519 " z=" 1.8805 "> <facing x="0" y="0" z="0"/> </location> |
---|
154 | </component> |
---|
155 | </type> |
---|
156 | |
---|
157 | <type name="door08"> |
---|
158 | <component type="LETdoor"> |
---|
159 | <location x=" 3.3380 " z=" 1.0525 "> <facing x="0" y="0" z="0"/> </location> |
---|
160 | </component> |
---|
161 | </type> |
---|
162 | |
---|
163 | <type name="door09"> |
---|
164 | <component type="LETdoor"> |
---|
165 | <location x=" 3.4967 " z=" 0.15267 "> <facing x="0" y="0" z="0"/> </location> |
---|
166 | </component> |
---|
167 | </type> |
---|
168 | |
---|
169 | <type name="door10"> |
---|
170 | <component type="LETdoor"> |
---|
171 | <location x=" 3.4170 " z="-0.75754 "> <facing x="0" y="0" z="0"/> </location> |
---|
172 | </component> |
---|
173 | </type> |
---|
174 | |
---|
175 | <type name="door11"> |
---|
176 | <component type="LETdoor"> |
---|
177 | <location x=" 3.1045 " z=" -1.6161 "> <facing x="0" y="0" z="0"/> </location> |
---|
178 | </component> |
---|
179 | </type> |
---|
180 | |
---|
181 | <type name="door12"> |
---|
182 | <component type="LETdoor"> |
---|
183 | <location x=" 2.5805 " z=" -2.3646 "> <facing x="0" y="0" z="0"/> </location> |
---|
184 | </component> |
---|
185 | </type> |
---|
186 | |
---|
187 | |
---|
188 | <type name="LETdoor"> |
---|
189 | <properties /> |
---|
190 | <component type="LETtube" outline="yes"> |
---|
191 | <location x=" -0.393024 " z=" -0.221369E-01" name="tube1" /> |
---|
192 | <location x=" -0.367765 " z=" -0.193752E-01" name="tube2" /> |
---|
193 | <location x=" -0.342486 " z=" -0.167970E-01" name="tube3" /> |
---|
194 | <location x=" -0.317189 " z=" -0.144023E-01" name="tube4" /> |
---|
195 | <location x=" -0.291876 " z=" -0.121914E-01" name="tube5" /> |
---|
196 | <location x=" -0.266547 " z=" -0.101643E-01" name="tube6" /> |
---|
197 | <location x=" -0.241204 " z=" -0.832121E-02" name="tube7" /> |
---|
198 | <location x=" -0.215848 " z=" -0.666210E-02" name="tube8" /> |
---|
199 | <location x=" -0.190481 " z=" -0.518712E-02" name="tube9" /> |
---|
200 | <location x=" -0.165104 " z=" -0.389635E-02" name="tube10" /> |
---|
201 | <location x=" -0.139718 " z=" -0.278984E-02" name="tube11" /> |
---|
202 | <location x=" -0.114325 " z=" -0.186766E-02" name="tube12" /> |
---|
203 | <location x=" -0.889254E-01" z=" -0.112986E-02" name="tube13" /> |
---|
204 | <location x=" -0.635215E-01" z=" -0.576474E-03" name="tube14" /> |
---|
205 | <location x=" -0.381142E-01" z=" -0.207534E-03" name="tube15" /> |
---|
206 | <location x=" -0.127050E-01" z=" -0.230596E-04" name="tube16" /> |
---|
207 | <location x=" 0.127050E-01" z=" -0.230596E-04" name="tube17" /> |
---|
208 | <location x=" 0.381142E-01" z=" -0.207534E-03" name="tube18" /> |
---|
209 | <location x=" 0.635215E-01" z=" -0.576474E-03" name="tube19" /> |
---|
210 | <location x=" 0.889254E-01" z=" -0.112986E-02" name="tube20" /> |
---|
211 | <location x=" 0.114325 " z=" -0.186766E-02" name="tube21" /> |
---|
212 | <location x=" 0.139718 " z=" -0.278984E-02" name="tube22" /> |
---|
213 | <location x=" 0.165104 " z=" -0.389635E-02" name="tube23" /> |
---|
214 | <location x=" 0.190481 " z=" -0.518712E-02" name="tube24" /> |
---|
215 | <location x=" 0.215848 " z=" -0.666210E-02" name="tube25" /> |
---|
216 | <location x=" 0.241204 " z=" -0.832121E-02" name="tube26" /> |
---|
217 | <location x=" 0.266547 " z=" -0.101643E-01" name="tube27" /> |
---|
218 | <location x=" 0.291876 " z=" -0.121914E-01" name="tube28" /> |
---|
219 | <location x=" 0.317189 " z=" -0.144023E-01" name="tube29" /> |
---|
220 | <location x=" 0.342486 " z=" -0.167970E-01" name="tube30" /> |
---|
221 | <location x=" 0.367765 " z=" -0.193752E-01" name="tube31" /> |
---|
222 | <location x=" 0.393024 " z=" -0.221369E-01" name="tube32" /> |
---|
223 | </component> |
---|
224 | </type> |
---|
225 | |
---|
226 | <type name="LETtube" outline="yes"> |
---|
227 | <component type="pixel"> |
---|
228 | <locations y="-2.00304" y-end="2.00304" n-elements="1024" /> |
---|
229 | </component> |
---|
230 | </type> |
---|
231 | |
---|
232 | <type name="monitor" is="monitor"> |
---|
233 | <properties/> |
---|
234 | <cylinder id="some-shape"> |
---|
235 | <centre-of-bottom-base r="0.0" t="0.0" p="0.0" /> |
---|
236 | <axis x="0.0" y="0.0" z="1.0" /> |
---|
237 | <radius val="0.01" /> |
---|
238 | <height val="0.03" /> |
---|
239 | </cylinder> |
---|
240 | <algebra val="some-shape" /> |
---|
241 | </type> |
---|
242 | |
---|
243 | <type name="pixel" is="detector"> |
---|
244 | <cylinder id="cyl-approx"> |
---|
245 | <centre-of-bottom-base r="0.0" t="0.0" p="0.0" /> |
---|
246 | <axis x="0.0" y="0.2" z="0.0" /> |
---|
247 | <radius val=" 0.127000E-01" /> |
---|
248 | <height val=" 0.391602E-02" /> |
---|
249 | </cylinder> |
---|
250 | <algebra val="cyl-approx" /> |
---|
251 | </type> |
---|
252 | |
---|
253 | <!-- MONITOR ID LISTS --> |
---|
254 | <idlist idname="monitors"> |
---|
255 | <id start="11" end="81" step="10"/> |
---|
256 | </idlist> |
---|
257 | |
---|
258 | <!-- DETECTOR ID LISTS --> |
---|
259 | <idlist idname="door01"> |
---|
260 | <id start="1110001" end="1111024" /> |
---|
261 | <id start="1120001" end="1121024" /> |
---|
262 | <id start="1130001" end="1131024" /> |
---|
263 | <id start="1140001" end="1141024" /> |
---|
264 | <id start="1150001" end="1151024" /> |
---|
265 | <id start="1160001" end="1161024" /> |
---|
266 | <id start="1170001" end="1171024" /> |
---|
267 | <id start="1180001" end="1181024" /> |
---|
268 | <id start="1210001" end="1211024" /> |
---|
269 | <id start="1220001" end="1221024" /> |
---|
270 | <id start="1230001" end="1231024" /> |
---|
271 | <id start="1240001" end="1241024" /> |
---|
272 | <id start="1250001" end="1251024" /> |
---|
273 | <id start="1260001" end="1261024" /> |
---|
274 | <id start="1270001" end="1271024" /> |
---|
275 | <id start="1280001" end="1281024" /> |
---|
276 | <id start="1310001" end="1311024" /> |
---|
277 | <id start="1320001" end="1321024" /> |
---|
278 | <id start="1330001" end="1331024" /> |
---|
279 | <id start="1340001" end="1341024" /> |
---|
280 | <id start="1350001" end="1351024" /> |
---|
281 | <id start="1360001" end="1361024" /> |
---|
282 | <id start="1370001" end="1371024" /> |
---|
283 | <id start="1380001" end="1381024" /> |
---|
284 | <id start="1410001" end="1411024" /> |
---|
285 | <id start="1420001" end="1421024" /> |
---|
286 | <id start="1430001" end="1431024" /> |
---|
287 | <id start="1440001" end="1441024" /> |
---|
288 | <id start="1450001" end="1451024" /> |
---|
289 | <id start="1460001" end="1461024" /> |
---|
290 | <id start="1470001" end="1471024" /> |
---|
291 | <id start="1480001" end="1481024" /> |
---|
292 | </idlist> |
---|
293 | <idlist idname="door02"> |
---|
294 | <id start="2110001" end="2111024" /> |
---|
295 | <id start="2120001" end="2121024" /> |
---|
296 | <id start="2130001" end="2131024" /> |
---|
297 | <id start="2140001" end="2141024" /> |
---|
298 | <id start="2150001" end="2151024" /> |
---|
299 | <id start="2160001" end="2161024" /> |
---|
300 | <id start="2170001" end="2171024" /> |
---|
301 | <id start="2180001" end="2181024" /> |
---|
302 | <id start="2210001" end="2211024" /> |
---|
303 | <id start="2220001" end="2221024" /> |
---|
304 | <id start="2230001" end="2231024" /> |
---|
305 | <id start="2240001" end="2241024" /> |
---|
306 | <id start="2250001" end="2251024" /> |
---|
307 | <id start="2260001" end="2261024" /> |
---|
308 | <id start="2270001" end="2271024" /> |
---|
309 | <id start="2280001" end="2281024" /> |
---|
310 | <id start="2310001" end="2311024" /> |
---|
311 | <id start="2320001" end="2321024" /> |
---|
312 | <id start="2330001" end="2331024" /> |
---|
313 | <id start="2340001" end="2341024" /> |
---|
314 | <id start="2350001" end="2351024" /> |
---|
315 | <id start="2360001" end="2361024" /> |
---|
316 | <id start="2370001" end="2371024" /> |
---|
317 | <id start="2380001" end="2381024" /> |
---|
318 | <id start="2410001" end="2411024" /> |
---|
319 | <id start="2420001" end="2421024" /> |
---|
320 | <id start="2430001" end="2431024" /> |
---|
321 | <id start="2440001" end="2441024" /> |
---|
322 | <id start="2450001" end="2451024" /> |
---|
323 | <id start="2460001" end="2461024" /> |
---|
324 | <id start="2470001" end="2471024" /> |
---|
325 | <id start="2480001" end="2481024" /> |
---|
326 | </idlist> |
---|
327 | <idlist idname="door03"> |
---|
328 | <id start="3110001" end="3111024" /> |
---|
329 | <id start="3120001" end="3121024" /> |
---|
330 | <id start="3130001" end="3131024" /> |
---|
331 | <id start="3140001" end="3141024" /> |
---|
332 | <id start="3150001" end="3151024" /> |
---|
333 | <id start="3160001" end="3161024" /> |
---|
334 | <id start="3170001" end="3171024" /> |
---|
335 | <id start="3180001" end="3181024" /> |
---|
336 | <id start="3210001" end="3211024" /> |
---|
337 | <id start="3220001" end="3221024" /> |
---|
338 | <id start="3230001" end="3231024" /> |
---|
339 | <id start="3240001" end="3241024" /> |
---|
340 | <id start="3250001" end="3251024" /> |
---|
341 | <id start="3260001" end="3261024" /> |
---|
342 | <id start="3270001" end="3271024" /> |
---|
343 | <id start="3280001" end="3281024" /> |
---|
344 | <id start="3310001" end="3311024" /> |
---|
345 | <id start="3320001" end="3321024" /> |
---|
346 | <id start="3330001" end="3331024" /> |
---|
347 | <id start="3340001" end="3341024" /> |
---|
348 | <id start="3350001" end="3351024" /> |
---|
349 | <id start="3360001" end="3361024" /> |
---|
350 | <id start="3370001" end="3371024" /> |
---|
351 | <id start="3380001" end="3381024" /> |
---|
352 | <id start="3410001" end="3411024" /> |
---|
353 | <id start="3420001" end="3421024" /> |
---|
354 | <id start="3430001" end="3431024" /> |
---|
355 | <id start="3440001" end="3441024" /> |
---|
356 | <id start="3450001" end="3451024" /> |
---|
357 | <id start="3460001" end="3461024" /> |
---|
358 | <id start="3470001" end="3471024" /> |
---|
359 | <id start="3480001" end="3481024" /> |
---|
360 | </idlist> |
---|
361 | <idlist idname="door04"> |
---|
362 | <id start="4110001" end="4111024" /> |
---|
363 | <id start="4120001" end="4121024" /> |
---|
364 | <id start="4130001" end="4131024" /> |
---|
365 | <id start="4140001" end="4141024" /> |
---|
366 | <id start="4150001" end="4151024" /> |
---|
367 | <id start="4160001" end="4161024" /> |
---|
368 | <id start="4170001" end="4171024" /> |
---|
369 | <id start="4180001" end="4181024" /> |
---|
370 | <id start="4210001" end="4211024" /> |
---|
371 | <id start="4220001" end="4221024" /> |
---|
372 | <id start="4230001" end="4231024" /> |
---|
373 | <id start="4240001" end="4241024" /> |
---|
374 | <id start="4250001" end="4251024" /> |
---|
375 | <id start="4260001" end="4261024" /> |
---|
376 | <id start="4270001" end="4271024" /> |
---|
377 | <id start="4280001" end="4281024" /> |
---|
378 | <id start="4310001" end="4311024" /> |
---|
379 | <id start="4320001" end="4321024" /> |
---|
380 | <id start="4330001" end="4331024" /> |
---|
381 | <id start="4340001" end="4341024" /> |
---|
382 | <id start="4350001" end="4351024" /> |
---|
383 | <id start="4360001" end="4361024" /> |
---|
384 | <id start="4370001" end="4371024" /> |
---|
385 | <id start="4380001" end="4381024" /> |
---|
386 | <id start="4410001" end="4411024" /> |
---|
387 | <id start="4420001" end="4421024" /> |
---|
388 | <id start="4430001" end="4431024" /> |
---|
389 | <id start="4440001" end="4441024" /> |
---|
390 | <id start="4450001" end="4451024" /> |
---|
391 | <id start="4460001" end="4461024" /> |
---|
392 | <id start="4470001" end="4471024" /> |
---|
393 | <id start="4480001" end="4481024" /> |
---|
394 | </idlist> |
---|
395 | <idlist idname="door05"> |
---|
396 | <id start="5110001" end="5111024" /> |
---|
397 | <id start="5120001" end="5121024" /> |
---|
398 | <id start="5130001" end="5131024" /> |
---|
399 | <id start="5140001" end="5141024" /> |
---|
400 | <id start="5150001" end="5151024" /> |
---|
401 | <id start="5160001" end="5161024" /> |
---|
402 | <id start="5170001" end="5171024" /> |
---|
403 | <id start="5180001" end="5181024" /> |
---|
404 | <id start="5210001" end="5211024" /> |
---|
405 | <id start="5220001" end="5221024" /> |
---|
406 | <id start="5230001" end="5231024" /> |
---|
407 | <id start="5240001" end="5241024" /> |
---|
408 | <id start="5250001" end="5251024" /> |
---|
409 | <id start="5260001" end="5261024" /> |
---|
410 | <id start="5270001" end="5271024" /> |
---|
411 | <id start="5280001" end="5281024" /> |
---|
412 | <id start="5310001" end="5311024" /> |
---|
413 | <id start="5320001" end="5321024" /> |
---|
414 | <id start="5330001" end="5331024" /> |
---|
415 | <id start="5340001" end="5341024" /> |
---|
416 | <id start="5350001" end="5351024" /> |
---|
417 | <id start="5360001" end="5361024" /> |
---|
418 | <id start="5370001" end="5371024" /> |
---|
419 | <id start="5380001" end="5381024" /> |
---|
420 | <id start="5410001" end="5411024" /> |
---|
421 | <id start="5420001" end="5421024" /> |
---|
422 | <id start="5430001" end="5431024" /> |
---|
423 | <id start="5440001" end="5441024" /> |
---|
424 | <id start="5450001" end="5451024" /> |
---|
425 | <id start="5460001" end="5461024" /> |
---|
426 | <id start="5470001" end="5471024" /> |
---|
427 | <id start="5480001" end="5481024" /> |
---|
428 | </idlist> |
---|
429 | <idlist idname="door06"> |
---|
430 | <id start="6110001" end="6111024" /> |
---|
431 | <id start="6120001" end="6121024" /> |
---|
432 | <id start="6130001" end="6131024" /> |
---|
433 | <id start="6140001" end="6141024" /> |
---|
434 | <id start="6150001" end="6151024" /> |
---|
435 | <id start="6160001" end="6161024" /> |
---|
436 | <id start="6170001" end="6171024" /> |
---|
437 | <id start="6180001" end="6181024" /> |
---|
438 | <id start="6210001" end="6211024" /> |
---|
439 | <id start="6220001" end="6221024" /> |
---|
440 | <id start="6230001" end="6231024" /> |
---|
441 | <id start="6240001" end="6241024" /> |
---|
442 | <id start="6250001" end="6251024" /> |
---|
443 | <id start="6260001" end="6261024" /> |
---|
444 | <id start="6270001" end="6271024" /> |
---|
445 | <id start="6280001" end="6281024" /> |
---|
446 | <id start="6310001" end="6311024" /> |
---|
447 | <id start="6320001" end="6321024" /> |
---|
448 | <id start="6330001" end="6331024" /> |
---|
449 | <id start="6340001" end="6341024" /> |
---|
450 | <id start="6350001" end="6351024" /> |
---|
451 | <id start="6360001" end="6361024" /> |
---|
452 | <id start="6370001" end="6371024" /> |
---|
453 | <id start="6380001" end="6381024" /> |
---|
454 | <id start="6410001" end="6411024" /> |
---|
455 | <id start="6420001" end="6421024" /> |
---|
456 | <id start="6430001" end="6431024" /> |
---|
457 | <id start="6440001" end="6441024" /> |
---|
458 | <id start="6450001" end="6451024" /> |
---|
459 | <id start="6460001" end="6461024" /> |
---|
460 | <id start="6470001" end="6471024" /> |
---|
461 | <id start="6480001" end="6481024" /> |
---|
462 | </idlist> |
---|
463 | <idlist idname="door07"> |
---|
464 | <id start="7110001" end="7111024" /> |
---|
465 | <id start="7120001" end="7121024" /> |
---|
466 | <id start="7130001" end="7131024" /> |
---|
467 | <id start="7140001" end="7141024" /> |
---|
468 | <id start="7150001" end="7151024" /> |
---|
469 | <id start="7160001" end="7161024" /> |
---|
470 | <id start="7170001" end="7171024" /> |
---|
471 | <id start="7180001" end="7181024" /> |
---|
472 | <id start="7210001" end="7211024" /> |
---|
473 | <id start="7220001" end="7221024" /> |
---|
474 | <id start="7230001" end="7231024" /> |
---|
475 | <id start="7240001" end="7241024" /> |
---|
476 | <id start="7250001" end="7251024" /> |
---|
477 | <id start="7260001" end="7261024" /> |
---|
478 | <id start="7270001" end="7271024" /> |
---|
479 | <id start="7280001" end="7281024" /> |
---|
480 | <id start="7310001" end="7311024" /> |
---|
481 | <id start="7320001" end="7321024" /> |
---|
482 | <id start="7330001" end="7331024" /> |
---|
483 | <id start="7340001" end="7341024" /> |
---|
484 | <id start="7350001" end="7351024" /> |
---|
485 | <id start="7360001" end="7361024" /> |
---|
486 | <id start="7370001" end="7371024" /> |
---|
487 | <id start="7380001" end="7381024" /> |
---|
488 | <id start="7410001" end="7411024" /> |
---|
489 | <id start="7420001" end="7421024" /> |
---|
490 | <id start="7430001" end="7431024" /> |
---|
491 | <id start="7440001" end="7441024" /> |
---|
492 | <id start="7450001" end="7451024" /> |
---|
493 | <id start="7460001" end="7461024" /> |
---|
494 | <id start="7470001" end="7471024" /> |
---|
495 | <id start="7480001" end="7481024" /> |
---|
496 | </idlist> |
---|
497 | <idlist idname="door08"> |
---|
498 | <id start="8110001" end="8111024" /> |
---|
499 | <id start="8120001" end="8121024" /> |
---|
500 | <id start="8130001" end="8131024" /> |
---|
501 | <id start="8140001" end="8141024" /> |
---|
502 | <id start="8150001" end="8151024" /> |
---|
503 | <id start="8160001" end="8161024" /> |
---|
504 | <id start="8170001" end="8171024" /> |
---|
505 | <id start="8180001" end="8181024" /> |
---|
506 | <id start="8210001" end="8211024" /> |
---|
507 | <id start="8220001" end="8221024" /> |
---|
508 | <id start="8230001" end="8231024" /> |
---|
509 | <id start="8240001" end="8241024" /> |
---|
510 | <id start="8250001" end="8251024" /> |
---|
511 | <id start="8260001" end="8261024" /> |
---|
512 | <id start="8270001" end="8271024" /> |
---|
513 | <id start="8280001" end="8281024" /> |
---|
514 | <id start="8310001" end="8311024" /> |
---|
515 | <id start="8320001" end="8321024" /> |
---|
516 | <id start="8330001" end="8331024" /> |
---|
517 | <id start="8340001" end="8341024" /> |
---|
518 | <id start="8350001" end="8351024" /> |
---|
519 | <id start="8360001" end="8361024" /> |
---|
520 | <id start="8370001" end="8371024" /> |
---|
521 | <id start="8380001" end="8381024" /> |
---|
522 | <id start="8410001" end="8411024" /> |
---|
523 | <id start="8420001" end="8421024" /> |
---|
524 | <id start="8430001" end="8431024" /> |
---|
525 | <id start="8440001" end="8441024" /> |
---|
526 | <id start="8450001" end="8451024" /> |
---|
527 | <id start="8460001" end="8461024" /> |
---|
528 | <id start="8470001" end="8471024" /> |
---|
529 | <id start="8480001" end="8481024" /> |
---|
530 | </idlist> |
---|
531 | <idlist idname="door09"> |
---|
532 | <id start="9110001" end="9111024" /> |
---|
533 | <id start="9120001" end="9121024" /> |
---|
534 | <id start="9130001" end="9131024" /> |
---|
535 | <id start="9140001" end="9141024" /> |
---|
536 | <id start="9150001" end="9151024" /> |
---|
537 | <id start="9160001" end="9161024" /> |
---|
538 | <id start="9170001" end="9171024" /> |
---|
539 | <id start="9180001" end="9181024" /> |
---|
540 | <id start="9210001" end="9211024" /> |
---|
541 | <id start="9220001" end="9221024" /> |
---|
542 | <id start="9230001" end="9231024" /> |
---|
543 | <id start="9240001" end="9241024" /> |
---|
544 | <id start="9250001" end="9251024" /> |
---|
545 | <id start="9260001" end="9261024" /> |
---|
546 | <id start="9270001" end="9271024" /> |
---|
547 | <id start="9280001" end="9281024" /> |
---|
548 | <id start="9310001" end="9311024" /> |
---|
549 | <id start="9320001" end="9321024" /> |
---|
550 | <id start="9330001" end="9331024" /> |
---|
551 | <id start="9340001" end="9341024" /> |
---|
552 | <id start="9350001" end="9351024" /> |
---|
553 | <id start="9360001" end="9361024" /> |
---|
554 | <id start="9370001" end="9371024" /> |
---|
555 | <id start="9380001" end="9381024" /> |
---|
556 | <id start="9410001" end="9411024" /> |
---|
557 | <id start="9420001" end="9421024" /> |
---|
558 | <id start="9430001" end="9431024" /> |
---|
559 | <id start="9440001" end="9441024" /> |
---|
560 | <id start="9450001" end="9451024" /> |
---|
561 | <id start="9460001" end="9461024" /> |
---|
562 | <id start="9470001" end="9471024" /> |
---|
563 | <id start="9480001" end="9481024" /> |
---|
564 | </idlist> |
---|
565 | <idlist idname="door10"> |
---|
566 | <id start="10110001" end="10111024" /> |
---|
567 | <id start="10120001" end="10121024" /> |
---|
568 | <id start="10130001" end="10131024" /> |
---|
569 | <id start="10140001" end="10141024" /> |
---|
570 | <id start="10150001" end="10151024" /> |
---|
571 | <id start="10160001" end="10161024" /> |
---|
572 | <id start="10170001" end="10171024" /> |
---|
573 | <id start="10180001" end="10181024" /> |
---|
574 | <id start="10210001" end="10211024" /> |
---|
575 | <id start="10220001" end="10221024" /> |
---|
576 | <id start="10230001" end="10231024" /> |
---|
577 | <id start="10240001" end="10241024" /> |
---|
578 | <id start="10250001" end="10251024" /> |
---|
579 | <id start="10260001" end="10261024" /> |
---|
580 | <id start="10270001" end="10271024" /> |
---|
581 | <id start="10280001" end="10281024" /> |
---|
582 | <id start="10310001" end="10311024" /> |
---|
583 | <id start="10320001" end="10321024" /> |
---|
584 | <id start="10330001" end="10331024" /> |
---|
585 | <id start="10340001" end="10341024" /> |
---|
586 | <id start="10350001" end="10351024" /> |
---|
587 | <id start="10360001" end="10361024" /> |
---|
588 | <id start="10370001" end="10371024" /> |
---|
589 | <id start="10380001" end="10381024" /> |
---|
590 | <id start="10410001" end="10411024" /> |
---|
591 | <id start="10420001" end="10421024" /> |
---|
592 | <id start="10430001" end="10431024" /> |
---|
593 | <id start="10440001" end="10441024" /> |
---|
594 | <id start="10450001" end="10451024" /> |
---|
595 | <id start="10460001" end="10461024" /> |
---|
596 | <id start="10470001" end="10471024" /> |
---|
597 | <id start="10480001" end="10481024" /> |
---|
598 | </idlist> |
---|
599 | <idlist idname="door11"> |
---|
600 | <id start="11110001" end="11111024" /> |
---|
601 | <id start="11120001" end="11121024" /> |
---|
602 | <id start="11130001" end="11131024" /> |
---|
603 | <id start="11140001" end="11141024" /> |
---|
604 | <id start="11150001" end="11151024" /> |
---|
605 | <id start="11160001" end="11161024" /> |
---|
606 | <id start="11170001" end="11171024" /> |
---|
607 | <id start="11180001" end="11181024" /> |
---|
608 | <id start="11210001" end="11211024" /> |
---|
609 | <id start="11220001" end="11221024" /> |
---|
610 | <id start="11230001" end="11231024" /> |
---|
611 | <id start="11240001" end="11241024" /> |
---|
612 | <id start="11250001" end="11251024" /> |
---|
613 | <id start="11260001" end="11261024" /> |
---|
614 | <id start="11270001" end="11271024" /> |
---|
615 | <id start="11280001" end="11281024" /> |
---|
616 | <id start="11310001" end="11311024" /> |
---|
617 | <id start="11320001" end="11321024" /> |
---|
618 | <id start="11330001" end="11331024" /> |
---|
619 | <id start="11340001" end="11341024" /> |
---|
620 | <id start="11350001" end="11351024" /> |
---|
621 | <id start="11360001" end="11361024" /> |
---|
622 | <id start="11370001" end="11371024" /> |
---|
623 | <id start="11380001" end="11381024" /> |
---|
624 | <id start="11410001" end="11411024" /> |
---|
625 | <id start="11420001" end="11421024" /> |
---|
626 | <id start="11430001" end="11431024" /> |
---|
627 | <id start="11440001" end="11441024" /> |
---|
628 | <id start="11450001" end="11451024" /> |
---|
629 | <id start="11460001" end="11461024" /> |
---|
630 | <id start="11470001" end="11471024" /> |
---|
631 | <id start="11480001" end="11481024" /> |
---|
632 | </idlist> |
---|
633 | <idlist idname="door12"> |
---|
634 | <id start="12110001" end="12111024" /> |
---|
635 | <id start="12120001" end="12121024" /> |
---|
636 | <id start="12130001" end="12131024" /> |
---|
637 | <id start="12140001" end="12141024" /> |
---|
638 | <id start="12150001" end="12151024" /> |
---|
639 | <id start="12160001" end="12161024" /> |
---|
640 | <id start="12170001" end="12171024" /> |
---|
641 | <id start="12180001" end="12181024" /> |
---|
642 | <id start="12210001" end="12211024" /> |
---|
643 | <id start="12220001" end="12221024" /> |
---|
644 | <id start="12230001" end="12231024" /> |
---|
645 | <id start="12240001" end="12241024" /> |
---|
646 | <id start="12250001" end="12251024" /> |
---|
647 | <id start="12260001" end="12261024" /> |
---|
648 | <id start="12270001" end="12271024" /> |
---|
649 | <id start="12280001" end="12281024" /> |
---|
650 | <id start="12310001" end="12311024" /> |
---|
651 | <id start="12320001" end="12321024" /> |
---|
652 | <id start="12330001" end="12331024" /> |
---|
653 | <id start="12340001" end="12341024" /> |
---|
654 | <id start="12350001" end="12351024" /> |
---|
655 | <id start="12360001" end="12361024" /> |
---|
656 | <id start="12370001" end="12371024" /> |
---|
657 | <id start="12380001" end="12381024" /> |
---|
658 | <id start="12410001" end="12411024" /> |
---|
659 | <id start="12420001" end="12421024" /> |
---|
660 | <id start="12430001" end="12431024" /> |
---|
661 | <id start="12440001" end="12441024" /> |
---|
662 | <id start="12450001" end="12451024" /> |
---|
663 | <id start="12460001" end="12461024" /> |
---|
664 | <id start="12470001" end="12471024" /> |
---|
665 | <id start="12480001" end="12481024" /> |
---|
666 | </idlist> |
---|
667 | |
---|
668 | <!-- DETECTOR PARAMETERS --> |
---|
669 | <component-link name="monitors"> |
---|
670 | <parameter name="DelayTime"> |
---|
671 | <value units="microseconds" val="0"/> |
---|
672 | </parameter> |
---|
673 | </component-link> |
---|
674 | |
---|
675 | <!-- Set the same across the rest of the instrument --> |
---|
676 | <component-link name = "LET"> |
---|
677 | <parameter name="TubePressure"> |
---|
678 | <value units="atm" val="10.0"/> |
---|
679 | </parameter> |
---|
680 | <parameter name="TubeThickness"> |
---|
681 | <value units="metre" val="0.0008"/> |
---|
682 | </parameter> |
---|
683 | <parameter name="DelayTime"> |
---|
684 | <value units="microseconds" val="-5.3"/> |
---|
685 | </parameter> |
---|
686 | </component-link> |
---|
687 | |
---|
688 | |
---|
689 | </instrument> |
---|