| 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 | <location/> |
|---|
| 5 | </component> |
|---|
| 6 | |
|---|
| 7 | <type name="flat-detector" is="detector"> |
|---|
| 8 | <cuboid id="shape"> |
|---|
| 9 | <left-front-bottom-point x="0.0025" y="-0.1" z="0.0" /> |
|---|
| 10 | <left-front-top-point x="0.0025" y="-0.1" z="0.02" /> |
|---|
| 11 | <left-back-bottom-point x="-0.0025" y="-0.1" z="0.0" /> |
|---|
| 12 | <right-front-bottom-point x="0.0025" y="0.1" z="0.0" /> |
|---|
| 13 | </cuboid> |
|---|
| 14 | </type> |
|---|
| 15 | |
|---|
| 16 | <idlist idname="detector-id-list"> |
|---|
| 17 | <id val="1" /> |
|---|
| 18 | </idlist> |
|---|
| 19 | </instrument> |
|---|