Skip to content

Commit

Permalink
refs #9082 Returned old LAT definition and LET parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 23, 2014
1 parent 0b5b339 commit 57e839e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/instrument/LET_Definition.xml
Expand Up @@ -2,9 +2,9 @@
<!-- For help on the notation used to specify an Instrument Definition File
see http://www.mantidproject.org/IDF -->
<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 Schema/IDFSchema.xsd"
name="LET" valid-from ="2014-02-11 00:00:01"
valid-to ="2100-01-31 23:59:59"
last-modified="2014-02-18 18:34:00">
name="LET" valid-from ="1900-01-31 23:59:59"
valid-to ="2014-02-10 23:59:59"
last-modified="2012-03-13 00:00:00">

<defaults>
<length unit="meter"/>
Expand Down
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/LET_Parameters.xml
Expand Up @@ -61,7 +61,7 @@
<!-- First spectra number (monitor number) to use when measuring incident energy
Should be spectra with well defined energy peak -->
<parameter name="ei-mon1-spec" type="int">
<value val="57350"/>
<value val="40966"/>
</parameter>
<!-- Second spectra number (monitor number) to use when measuring incident energy
Should be spectra with well defined energy peak -->
Expand All @@ -82,6 +82,7 @@
</parameter>



<parameter name="scale-factor">
<value val="1.7016e8"/>
</parameter>
Expand Down

0 comments on commit 57e839e

Please sign in to comment.