forked from mantidproject/mantid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBIOSANS_Definition_2012.xml
73 lines (65 loc) · 2.17 KB
/
BIOSANS_Definition_2012.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version='1.0' encoding='ASCII'?>
<instrument last-modified="2013-03-24 15:02:05"
name="BioSANS"
valid-from="2012-02-01 00:00:00"
valid-to="2016-04-26 23:59:59"
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 http://schema.mantidproject.org/IDF/1.0/IDFSchema.xsd">
<!---->
<defaults>
<length unit="metre"/>
<angle unit="degree"/>
<reference-frame>
<along-beam axis="z"/>
<pointing-up axis="y"/>
<handedness val="right"/>
</reference-frame>
</defaults>
<!--SOURCE AND SAMPLE POSITION-->
<component type="moderator">
<location z="-13.601"/>
</component>
<type is="Source" name="moderator"/>
<component type="sample-position">
<location y="0.0" x="0.0" z="0.0"/>
</component>
<type is="SamplePos" name="sample-position"/>
<!-- ***************************************************************** -->
<!--MONITOR 1 -->
<component type="monitor1" idlist="monitor1">
<location z="-10.5" />
</component>
<type name="monitor1" is="monitor" />
<idlist idname="monitor1">
<id val="1" />
</idlist>
<!--MONITOR 2 -->
<component type="timer1" idlist="timer1">
<location z="-10.5" />
</component>
<type name="timer1" is="monitor" />
<idlist idname="timer1">
<id val="2" />
</idlist>
<!-- ***************************************************************** -->
<!-- Main Detector -->
<component type="detector1" idstart="3" idfillbyfirst="x" idstep="256" idstepbyrow="1">
<location z='0' />
</component>
<!-- Detector: -->
<type name="detector1" is="rectangular_detector" type="pixel_rectangular" xpixels="192"
xstart="0.52525" xstep="-0.0055" ypixels="256" ystart="-0.54825" ystep="0.0043">
<properties />
</type>
<!-- Pixel for Detectors: 5.5x4 mm -->
<type is="detector" name="pixel_rectangular">
<cuboid id="pixel-shape">
<left-front-bottom-point y="-0.002" x="-0.00275" z="0.0" />
<left-front-top-point y="0.002" x="-0.00275" z="0.0" />
<left-back-bottom-point y="-0.002" x="-0.00275" z="-0.0001" />
<right-front-bottom-point y="-0.002" x="0.00275" z="0.0" />
</cuboid>
<algebra val="pixel-shape" />
</type>
</instrument>