Skip to content
Snippets Groups Projects
Commit 8a2e521b authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #7382. Update Surf IDF and Facilities.xml.

parent 399f9b7d
No related merge requests found
...@@ -109,10 +109,11 @@ ...@@ -109,10 +109,11 @@
<technique>Neutron Diffraction with isotopic substitution</technique> <technique>Neutron Diffraction with isotopic substitution</technique>
<livedata address="NDXSANDALS:6789" /> <livedata address="NDXSANDALS:6789" />
</instrument> </instrument>
<instrument name="SURF" shortname="SRF"> <instrument name="SURF" shortname="SRF">
<zeropadding size="5" startRunNumber="1" prefix="SRF"/> <zeropadding size="5" startRunNumber="1" prefix="SRF"/>
<zeropadding size="6" startRunNumber="100000" prefix="SRF"/> <zeropadding size="6" startRunNumber="100000" prefix="SRF"/>
<zeropadding size="8" startRunNumber="104604" prefix="SURF"/>
<technique>Reflectometry</technique> <technique>Reflectometry</technique>
<livedata address="NDXSURF:6789" /> <livedata address="NDXSURF:6789" />
</instrument> </instrument>
......
...@@ -21,7 +21,14 @@ ...@@ -21,7 +21,14 @@
MultiDetectorStart=[1] MultiDetectorStart=[1]
I0MonitorIndex=1 I0MonitorIndex=1
--> -->
<parameter name="MonitorIntegralMin">
<value val="4.0"/>
</parameter>
<parameter name="MonitorIntegralMax">
<value val="6.0"/>
</parameter>
<parameter name="MonitorBackgroundMin"> <parameter name="MonitorBackgroundMin">
<value val="7.6"/> <value val="7.6"/>
</parameter> </parameter>
...@@ -55,9 +62,22 @@ ...@@ -55,9 +62,22 @@
</parameter> </parameter>
<parameter name="LambdaMax"> <parameter name="LambdaMax">
<value val="7.0"/> <value val="9.0"/>
</parameter>
<!-- parameters for efficiency correction -->
<parameter name="correction" type="string">
<value val="exponential"/>
</parameter> </parameter>
<parameter name="C0">
<value val="36.5688"/>
</parameter>
<parameter name="C1">
<value val="0.188676"/>
</parameter>
<!-- BRIEF DESCRIPTION OF CRISP INSTRUMENT: <!-- BRIEF DESCRIPTION OF CRISP INSTRUMENT:
...@@ -83,7 +103,7 @@ ...@@ -83,7 +103,7 @@
<!-- detector components (including monitors) --> <!-- detector components (including monitors) -->
<component type="monitor1" idlist="monitor1"> <component type="monitor1" idlist="monitor1">
<location z="7.2055" /> <location z="7.2055"/>
</component> </component>
<type name="monitor1" is="monitor"> <type name="monitor1" is="monitor">
...@@ -219,45 +239,52 @@ ...@@ -219,45 +239,52 @@
<!-- other components --> <!-- other components -->
<component type="slit1"> <component type="slit" name="slit1">
<location z="7.032"/> <location z="7.032"/>
<!-- This log file stores the vertical opening of slit --> <!-- This log file stores the vertical opening of slit -->
<parameter name="opening height"> <parameter name="vertical gap">
<logfile id="s1" extract-single-value-as="position 1" /> <logfile id="S1" extract-single-value-as="last_value" />
</parameter> </parameter>
</component> </component>
<component type="slit2"> <component type="slit" name="slit2">
<location z="8.532"/> <location z="8.532"/>
<!-- This log file stores the vertical opening of this. Note this <!-- This log file stores the vertical opening of this. Note this
slit can also be translated in the z. However this info not stored slit can also be translated in the z. However this info not stored
in log file since it is not used in the data analysis process. --> in log file since it is not used in the data analysis process. -->
<parameter name="opening height"> <parameter name="vertical gap">
<logfile id="s2" extract-single-value-as="position 1" /> <logfile id="S2" extract-single-value-as="last_value" />
</parameter> </parameter>
</component> </component>
<component type="slit3"> <component type="slit" name="slit3">
<location z="9.174"/> <location z="9.174"/>
<!-- This log file stores the vertical opening of slit --> <!-- This log file stores the vertical opening of slit -->
<parameter name="opening height"> <parameter name="vertical gap">
<logfile id="s3" extract-single-value-as="position 1" /> <logfile id="S3" extract-single-value-as="last_value" />
</parameter> </parameter>
</component> </component>
<component type="slit4"> <component type="slit" name="slit4">
<location z="11.300"/> <location z="11.300"/>
<!-- This log file stores the vertical opening of slit. Note this slit <!-- This log file stores the vertical opening of slit. Note this slit
is fixed to the point detector. --> is fixed to the point detector. -->
<parameter name="opening height"> <parameter name="vertical gap">
<logfile id="s4" extract-single-value-as="position 1" /> <logfile id="S4" extract-single-value-as="last_value" />
</parameter> </parameter>
</component> </component>
<type name="slit">
<percent-transparency val="50" />
<cuboid id="bottom">
<left-front-bottom-point z="0.0005" x="-0.025" y="-0.03" />
<left-front-top-point z="0.0005" x="-0.025" y="0.0" />
<left-back-bottom-point z="-0.0005" x="-0.025" y="-0.03" />
<right-front-bottom-point z="0.0005" x="0.025" y="-0.03" />
</cuboid>
</type>
<type name="slit1"></type>
<type name="slit2"></type>
<type name="slit3"></type>
<type name="slit4"></type>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment