Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CG2_Definition.xml 2.37 KiB
<?xml version='1.0' encoding='ASCII'?>
<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 http://schema.mantidproject.org/IDF/1.0/IDFSchema.xsd"
            name="CG2"
            valid-from="2016-04-22 00:00:00"
            valid-to="2100-01-31 23:59:59"
		    last-modified="2016-05-20 08:24:35.208311">


  <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"/>


  <!-- detector components (including monitors) -->

  <!-- ***************************************************************** -->
  <!--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>

  <component type="sample_aperture">
    <location z="0.0"/>
    <parameter name="Size"> <value val="14.0" /> </parameter>
  </component>
  <type name="sample_aperture" />


<!-- ***************************************************************** -->
<!-- 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"
    xpixels="192" xstart="-0.52425" xstep="0.00550"
    ypixels="256" ystart="-0.54825" ystep="0.00430">
    <properties />
</type>

<!-- Pixel for Detector-->
<type is="detector" name="pixel">
    <cylinder id="cyl-approx">
      <centre-of-bottom-base p="0.0" r="0.0" t="0.0"/>
      <axis y="1.0" x="0.0" z="0.0"/>
      <radius val="0.00275"/>
      <height val="0.0043"/>
    </cylinder>
    <algebra val="cyl-approx"/>
</type>

</instrument>