| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <instrument name="LocationsTestInstrument" valid-from="1900-01-31 23:59:59"> |
|---|
| 3 | <component type="flat-detector" idlist="detector-id-list"> |
|---|
| 4 | <locations n-elements="7" r="0.5" t="0.0" t-end="180.0" rot="0.0" rot-end="180.0" axis-x="0.0" axis-y="1.0" axis-z="0.0"/> |
|---|
| 5 | </component> |
|---|
| 6 | |
|---|
| 7 | <type name="flat-detector" is="detector"> |
|---|
| 8 | <cuboid id="shape"> |
|---|
| 9 | <left-front-bottom-point x="-0.05" y="-0.1" z="0.0" /> |
|---|
| 10 | <left-front-top-point x="-0.05" y="0.1" z="0.0" /> |
|---|
| 11 | <left-back-bottom-point x="-0.05" y="-0.1" z="-0.025" /> |
|---|
| 12 | <right-front-bottom-point x="0.05" y="-0.1" z="0.0" /> |
|---|
| 13 | </cuboid> |
|---|
| 14 | </type> |
|---|
| 15 | |
|---|
| 16 | <component type="sample"> |
|---|
| 17 | <location/> |
|---|
| 18 | </component> |
|---|
| 19 | <type name="sample" is="samplePos" /> |
|---|
| 20 | |
|---|
| 21 | <idlist idname="detector-id-list"> |
|---|
| 22 | <id start="1" end="7" /> |
|---|
| 23 | </idlist> |
|---|
| 24 | </instrument> |
|---|