Skip to content

Commit

Permalink
Remove default rebinning, correct monitor numbers
Browse files Browse the repository at this point in the history
Refs #9699
  • Loading branch information
DanNixon committed Nov 24, 2014
1 parent b67b3e6 commit c1f53b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions Code/Mantid/instrument/TFXA_Parameters.xml
Expand Up @@ -29,22 +29,13 @@
<value val="Show" />
</parameter>

<!-- This parameter will be taken as a default value for the rebinning of
the data in DeltaE. The existence of the parameter will make rebinning
the default, as opposed to not rebinning.
This is necessary so that the spectra can be grouped.
-->
<parameter name="rebin-default" type="string">
<value val="-2.5,0.015,3,-0.005,1000" />
</parameter>

<!-- Reduction workflow parameters under this line -->
<parameter name="Workflow.InfoTable" type="string">
<value val="inst_abrv, run_number, user_name, run_title, hd_dur" />
</parameter>

<parameter name="Workflow.Monitor1-SpectrumNumber" >
<value val="28" />
<value val="29" />
</parameter>

<parameter name="Workflow.Monitor1-Area" >
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/instrument/TFXA_graphite_002_Parameters.xml
Expand Up @@ -12,7 +12,7 @@
</parameter>

<parameter name="spectra-max">
<value val="36" />
<value val="28" />
</parameter>

<parameter name="efixed-val">
Expand Down

0 comments on commit c1f53b4

Please sign in to comment.