Skip to content
Snippets Groups Projects
Commit 5e5a6fe1 authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

Merge pull request #424 from mantidproject/11398_LET_miltirep_detectors

Change to closest and furtherst monitors mumbers on LET
parents 363d25b3 d2ae278e
No related branches found
No related tags found
No related merge requests found
...@@ -190,6 +190,8 @@ class ReduceLET_MultiRep2015(ReductionWrapper): ...@@ -190,6 +190,8 @@ class ReduceLET_MultiRep2015(ReductionWrapper):
# Should be possibility to define spectra_to_monitors_list to just monitors list, if # Should be possibility to define spectra_to_monitors_list to just monitors list, if
# spectra_to_monitors_list remains undefined # spectra_to_monitors_list remains undefined
prop['spectra_to_monitors_list']=5506 prop['spectra_to_monitors_list']=5506
# similar to the one above. old IDF do not contain this property
prop['multirep_tof_specta_list']="12416,21761"
return prop return prop
# #
@iliad @iliad
...@@ -226,7 +228,7 @@ class ReduceLET_MultiRep2015(ReductionWrapper): ...@@ -226,7 +228,7 @@ class ReduceLET_MultiRep2015(ReductionWrapper):
""" """
# Note -- properties have the same names as the list of advanced and # Note -- properties have the same names as the list of advanced and
# main properties # main properties
ei = prop_man.incident_energy ei = PropertyManager.incident_energy.get_current()
# sample run is more then just list of runs, so we use # sample run is more then just list of runs, so we use
# the formalization below to access its methods # the formalization below to access its methods
run_num = PropertyManager.sample_run.run_number() run_num = PropertyManager.sample_run.run_number()
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
These detectors locations are used to identify TOF range, contributing into each energy range These detectors locations are used to identify TOF range, contributing into each energy range
in multirep mode --> in multirep mode -->
<parameter name="multirep_tof_specta_list" type="string"> <parameter name="multirep_tof_specta_list" type="string">
<value val="12416,21761"/> <value val="1,128"/>
</parameter> </parameter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment