Skip to content

Commit

Permalink
Re #10532 modified deltaE-mode to have dash rather then _
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 7, 2014
1 parent 4d20e6a commit 6672970
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions Code/Mantid/instrument/LET_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</parameter>

<!-- Energy conversion mode direct/indirect/elastic (the one the reducer understands) -->
<parameter name="deltaE_mode" type="string">
<parameter name="deltaE-mode" type="string">
<value val="direct"/>
</parameter>

Expand Down Expand Up @@ -401,9 +401,11 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate = diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
ei-mon1-spec=ei_mon1_spec;
deltaE_mode = deltaE-mode;
ei-mon1-spec=ei_mon1_spec;
ei-mon2-spec = test_ei2_mon_spectra=ei_mon2_spec;
ei_mon_spectra=test_mon_spectra_composite"

/>
</parameter>

Expand Down
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/LET_Parameters_dr2to9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</parameter>

<!-- Energy conversion mode direct/indirect/elastic (the one the reducer understands) -->
<parameter name="deltaE_mode" type="string">
<parameter name="deltaE-mode" type="string">
<value val="direct"/>
</parameter>

Expand Down Expand Up @@ -399,6 +399,7 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate = diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
deltaE_mode = deltaE-mode;
ei-mon1-spec=ei_mon1_spec;
ei-mon2-spec = test_ei2_mon_spectra=ei_mon2_spec;
ei_mon_spectra=test_mon_spectra_composite"
Expand Down
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/LET_Parameters_dr3to10.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</parameter>

<!-- Energy conversion mode direct/indirect/elastic (the one the reducer understands) -->
<parameter name="deltaE_mode" type="string">
<parameter name="deltaE-mode" type="string">
<value val="direct"/>
</parameter>

Expand Down Expand Up @@ -399,6 +399,7 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate = diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
deltaE_mode = deltaE-mode;
ei-mon1-spec=ei_mon1_spec;
ei-mon2-spec = test_ei2_mon_spectra=ei_mon2_spec;
ei_mon_spectra=test_mon_spectra_composite"
Expand Down
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/LET_Parameters_dr3to11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</parameter>

<!-- Energy conversion mode direct/indirect/elastic (the one the reducer understands) -->
<parameter name="deltaE_mode" type="string">
<parameter name="deltaE-mode" type="string">
<value val="direct"/>
</parameter>

Expand Down Expand Up @@ -400,6 +400,7 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate = diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
deltaE_mode = deltaE-mode;
ei-mon1-spec=ei_mon1_spec;
ei-mon2-spec = test_ei2_mon_spectra=ei_mon2_spec;
ei_mon_spectra=test_mon_spectra_composite"
Expand Down
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/MAPS_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</parameter>

<!-- Energy conversion mode direct/indirect/elastic (the one the reducer understands) -->
<parameter name="deltaE_mode" type="string">
<parameter name="deltaE-mode" type="string">
<value val="direct"/>
</parameter>

Expand Down Expand Up @@ -411,6 +411,7 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate= diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
deltaE_mode = deltaE-mode;
ei-mon1-spec=ei_mon1_spec;
ei-mon2-spec = test_ei2_mon_spectra=ei_mon2_spec;
ei_mon_spectra=test_mon_spectra_composite"
Expand Down
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/MARI_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</parameter>

<!-- Energy conversion mode direct/indirect/elastic (the one the reducer understands) -->
<parameter name="deltaE_mode" type="string">
<parameter name="deltaE-mode" type="string">
<value val="direct"/>
</parameter>

Expand Down Expand Up @@ -414,6 +414,7 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate= diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
deltaE_mode = deltaE-mode;
ei-mon1-spec=ei_mon1_spec;
ei-mon2-spec = test_ei2_mon_spectra=ei_mon2_spec;
ei_mon_spectra=test_mon_spectra_composite"
Expand Down
3 changes: 2 additions & 1 deletion Code/Mantid/instrument/MERLIN_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</parameter>

<!-- Energy conversion mode direct/indirect/elastic (the one the reducer understands) -->
<parameter name="deltaE_mode" type="string">
<parameter name="deltaE-mode" type="string">
<value val="direct"/>
</parameter>

Expand Down Expand Up @@ -412,6 +412,7 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate= diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
deltaE_mode = deltaE-mode;
ei-mon1-spec=ei_mon1_spec;
ei-mon2-spec = test_ei2_mon_spectra=ei_mon2_spec;
ei_mon_spectra=test_mon_spectra_composite"
Expand Down

0 comments on commit 6672970

Please sign in to comment.