Skip to content

Commit

Permalink
Re #10532 Renamed ei monitors names to names with dashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 7, 2014
1 parent 8633103 commit 7228c3b
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 24 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 @@ -75,6 +75,7 @@
</parameter>



<!-- 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">
Expand Down Expand Up @@ -373,7 +374,7 @@
sum_runs=sum;
wb_integr_range=detector_van_range;
van_mass=vanadium-mass;
check_background = background;
check_background = background;
mon1_norm_spec=norm-mon1-spec;
mon2_norm_spec=norm-mon2-spec;
scale_factor=scale-factor;
Expand All @@ -400,7 +401,8 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate = diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
ei-mon2-spec = test_ei2_mon_spectra;
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
8 changes: 5 additions & 3 deletions Code/Mantid/instrument/LET_Parameters_dr2to9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@

<!--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
(with brackets) has to be specified as the value. This is also necessary in Histogram mode if you want to use detectors as monitors and
load_monitors_with_workspace is set to False (or monitors are measured with different time channels)
-->
<parameter name="spectra_to_monitors_list" type="string">
<value val="5506"/>
Expand Down Expand Up @@ -371,7 +372,7 @@
sum_runs=sum;
wb_integr_range=detector_van_range;
van_mass=vanadium-mass;
check_background = background;
check_background = background;
mon1_norm_spec=norm-mon1-spec;
mon2_norm_spec=norm-mon2-spec;
scale_factor=scale-factor;
Expand All @@ -398,7 +399,8 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate = diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
ei-mon2-spec = test_ei2_mon_spectra;
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_dr3to10.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate = diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
ei-mon2-spec = test_ei2_mon_spectra;
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
8 changes: 5 additions & 3 deletions Code/Mantid/instrument/LET_Parameters_dr3to11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@

<!--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
(with brackets) has to be specified as the value. This is also necessary in Histogram mode if you want to use detectors as monitors and
load_monitors_with_workspace is set to False (or monitors are measured with different time channels)
-->
<parameter name="spectra_to_monitors_list" type="string">
<value val="5506"/>
Expand Down Expand Up @@ -372,7 +373,7 @@
sum_runs=sum;
wb_integr_range=detector_van_range;
van_mass=vanadium-mass;
check_background = background;
check_background = background;
mon1_norm_spec=norm-mon1-spec;
mon2_norm_spec=norm-mon2-spec;
scale_factor=scale-factor;
Expand All @@ -399,7 +400,8 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate = diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
ei-mon2-spec = test_ei2_mon_spectra;
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
10 changes: 5 additions & 5 deletions Code/Mantid/instrument/MAPS_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@

<!-- 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">
<parameter name="ei-mon1-spec" type="int">
<value val="41474"/>
</parameter>
<!-- Second spectra number (monitor number) to use when measuring incident energy
Should be spectra with well defined energy peak -->
<parameter name="ei_mon2_spec" type="int">
<parameter name="ei-mon2-spec" type="int">
<value val="41475"/>
</parameter>
<parameter name="ei_mon_spectra" type="string">
<value val="ei_mon1_spec:ei_mon2_spec"/>
<value val="ei-mon1-spec:ei-mon2-spec"/>
</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
Expand Down Expand Up @@ -411,8 +411,8 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate= diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
ei_mon1_spec = ei-mon1-spec;
ei_mon2_spec = test_ei2_mon_spectra=ei-mon2-spec;
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
10 changes: 5 additions & 5 deletions Code/Mantid/instrument/MARI_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@

<!-- 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">
<parameter name="ei-mon1-spec" type="int">
<value val="2"/>
</parameter>
<!-- Second spectra number (monitor number) to use when measuring incident energy
Should be spectra with well defined energy peak -->
<parameter name="ei_mon2_spec" type="int">
<parameter name="ei-mon2-spec" type="int">
<value val="3"/>
</parameter>
<parameter name="ei_mon_spectra" type="string">
<value val="ei_mon1_spec:ei_mon2_spec"/>
<value val="ei-mon1-spec:ei-mon2-spec"/>
</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"
Expand Down Expand Up @@ -414,8 +414,8 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate= diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
ei_mon1_spec = ei-mon1-spec;
ei_mon2_spec = test_ei2_mon_spectra=ei-mon2-spec;
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
10 changes: 5 additions & 5 deletions Code/Mantid/instrument/MERLIN_Parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@

<!-- 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">
<parameter name="ei-mon1-spec" type="int">
<value val="69634"/>
</parameter>
<!-- Second spectra number (monitor number) to use when measuring incident energy
Should be spectra with well defined energy peak -->
<parameter name="ei_mon2_spec" type="int">
<parameter name="ei-mon2-spec" type="int">
<value val="69638"/>
</parameter>
<parameter name="ei_mon_spectra" type="string">
<value val="ei_mon1_spec:ei_mon2_spec"/>
<value val="ei-mon1-spec:ei-mon2-spec"/>
</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
Expand Down Expand Up @@ -412,8 +412,8 @@
bleed_test = bleed = diag_bleed_test;
bleed_maxrate= diag_bleed_maxrate;
bleed_pixels = diag_bleed_pixels;
ei_mon1_spec = ei-mon1-spec;
ei_mon2_spec = test_ei2_mon_spectra=ei-mon2-spec;
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

0 comments on commit 7228c3b

Please sign in to comment.