Skip to content

Commit

Permalink
refs #9438 Found old dr2to& parameters file smuggled from LET
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts authored and KarlPalmen committed May 30, 2014
1 parent b8e1610 commit dc6e0d8
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions Code/Mantid/instrument/LET_Parameters_dr2to7.xml
Expand Up @@ -5,10 +5,6 @@

<!-- files properties : -->

<!-- Specify that the detector positions should be taken from the data file -->
<parameter name="det-pos-source" type="string">
<value val="datafile"/>
</parameter>
<!-- The file which defines proper (calibrated) detector positions
if None - it is undefined -->
<parameter name="det_cal_file" type="string">
Expand All @@ -34,11 +30,6 @@
<value val="LET_rings_123.map"/>
</parameter>

<!-- Parameter describes if nexus source data files are written in event mode or not (reducer treats nxs files as nexus event files then) -->
<parameter name="nexus_in_event_mode" type="bool">
<value val = "False"/>
</parameter>


<!-- RunNumber to use for diag instead of the input run number if none - use input run -->
<parameter name="mask_run" type="string">
Expand Down Expand Up @@ -77,12 +68,20 @@
<parameter name="ei-mon2-spec" type="int">
<value val="5506"/>
</parameter>

<!--if you use some detectors as monitors and work in event mode, one needs to specify the comma separated list of these detectors here
to copy detectors spectra to monitors spectra collected in histogram mode. If no such monitors are used "None"
(with brackets) has to be specified as the value
-->
<parameter name="spectra_to_monitors_list" type="string">
<value val="5506"/>
</parameter>

<parameter name="ei_mon_spectra" type="string">
<value val="ei-mon1-spec:ei-mon2-spec"/>
</parameter>



<parameter name="scale-factor">
<value val="1.7016e8"/>
</parameter>
Expand Down Expand Up @@ -328,6 +327,13 @@
<parameter name="use_hard_mask_only" type="bool">
<value val="False"/>
</parameter>

<!-- Parameter specifies if one wants to run diagnostics (which include applying hard mask file) or not-->
<parameter name="run_diagnostics" type="bool">
<value val="True"/>
</parameter>



<!-- If this parameter is set to true, dgreduce will try to load mask from the mask file
correspondent to the run if finds it and uses this mask as hard mask only (does not run diagnostics).
Expand Down

0 comments on commit dc6e0d8

Please sign in to comment.