Skip to content

Commit

Permalink
Use the correct monitor spectra
Browse files Browse the repository at this point in the history
Added a note on the indirect instument IPF as the parameter for the
monitor is very misleading.

Refs #9699
  • Loading branch information
DanNixon committed Nov 25, 2014
1 parent c5e9132 commit 43a747e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Code/Mantid/instrument/IRIS_Parameters.xml
Expand Up @@ -36,6 +36,7 @@
</parameter>

<!-- Reduction workflow parameters under this line -->
<!-- This is actually spectrum index, NOT spectrum number -->
<parameter name="Workflow.Monitor1-SpectrumNumber" >
<value val="0" />
</parameter>
Expand All @@ -51,6 +52,7 @@
<parameter name="Workflow.Monitor1-ScalingFactor">
<value val="1e6" />
</parameter>
<!-- This is actually spectrum index, NOT spectrum number -->
<parameter name="Workflow.Monitor2-SpectrumNumber" >
<value val="1" />
</parameter>
Expand Down Expand Up @@ -83,4 +85,4 @@
</parameter>
</component-link>

</parameter-file>
</parameter-file>
4 changes: 3 additions & 1 deletion Code/Mantid/instrument/OSIRIS_Parameters.xml
Expand Up @@ -28,6 +28,7 @@
</parameter>

<!-- Reduction workflow parameters under this line -->
<!-- This is actually spectrum index, NOT spectrum number -->
<parameter name="Workflow.Monitor1-SpectrumNumber" >
<value val="0" />
</parameter>
Expand All @@ -43,6 +44,7 @@
<parameter name="Workflow.Monitor1-ScalingFactor">
<value val="1e6" />
</parameter>
<!-- This is actually spectrum index, NOT spectrum number -->
<parameter name="Workflow.Monitor2-SpectrumNumber" >
<value val="1" />
</parameter>
Expand Down Expand Up @@ -80,4 +82,4 @@

</component-link>

</parameter-file>
</parameter-file>
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/TFXA_Parameters.xml
Expand Up @@ -38,8 +38,9 @@
<value val="-3,0.005,500" />
</parameter>

<!-- This is actually spectrum index, NOT spectrum number -->
<parameter name="Workflow.Monitor1-SpectrumNumber" >
<value val="33" />
<value val="32" />
</parameter>

<parameter name="Workflow.Monitor1-Area" >
Expand Down
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/TFXA_Parameters_Post-1993-10-06.xml
Expand Up @@ -38,8 +38,9 @@
<value val="-3,0.005,500" />
</parameter>

<!-- This is actually spectrum index, NOT spectrum number -->
<parameter name="Workflow.Monitor1-SpectrumNumber" >
<value val="29" />
<value val="28" />
</parameter>

<parameter name="Workflow.Monitor1-Area" >
Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/instrument/TOSCA_Parameters.xml
Expand Up @@ -39,6 +39,7 @@
<parameter name="Workflow.InfoTable" type="string">
<value val="inst_abrv, run_number, user_name, run_title, hd_dur" />
</parameter>
<!-- This is actually spectrum index, NOT spectrum number -->
<parameter name="Workflow.Monitor1-SpectrumNumber" >
<value val="140" />
</parameter>
Expand Down

0 comments on commit 43a747e

Please sign in to comment.