Difference between revisions of "ISIS direct reduction script description."
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | == Overview == | ||
+ | |||
All ISIS inelastic instruments have similar interface and layout, with only parameters different for different instruments. Some parameters changing from one cycle and sometimes one experiment to another. | All ISIS inelastic instruments have similar interface and layout, with only parameters different for different instruments. Some parameters changing from one cycle and sometimes one experiment to another. | ||
Instrument scientists prepare sample Mantid python reduction scripts, which are then automatically distributed to users according to the rules described [http://shadow.nd.rl.ac.uk/wiki/idr/index.php/Location_and_details_of_access_to_sample_scripts_used_in_data_processing here]. | Instrument scientists prepare sample Mantid python reduction scripts, which are then automatically distributed to users according to the rules described [http://shadow.nd.rl.ac.uk/wiki/idr/index.php/Location_and_details_of_access_to_sample_scripts_used_in_data_processing here]. | ||
From the links below one can retrieve resent versions of these scripts and their default parameters stored in XML files, namely: | From the links below one can retrieve resent versions of these scripts and their default parameters stored in XML files, namely: | ||
− | + | {| class="wikitable" style="color:blue; | |
− | + | | Instrument | |
− | + | | Simple reduction script | |
− | + | | Full reduction script | |
− | + | | Default reduction parameters | |
− | + | |- | |
− | + | | MARI: | |
− | + | |[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MARI/template_mari.py] | |
+ | |[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MARI/MARIReduction_Sample.py ] | ||
+ | |[https://github.com/mantidproject/mantid/blob/master/instrument/MARI_Parameters.xml] | ||
+ | |- | ||
+ | | MAPS: | ||
+ | |[] | ||
+ | |[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MAPS/MAPSReduction_Sample.py] | ||
+ | |[https://github.com/mantidproject/mantid/blob/master/instrument/MAPS_Parameters.xml] | ||
+ | |- | ||
+ | | MERLIN: | ||
+ | | [] | ||
+ | | [https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MERLIN/MERLINReduction_Sample.py ] | ||
+ | | [https://github.com/mantidproject/mantid/blob/master/instrument/MERLIN_Parameters_after2013_4.xml] | ||
+ | |- | ||
+ | | LET: | ||
+ | | [] | ||
+ | | [https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/LET/LETReduction_Sample.py] | ||
+ | | [https://github.com/mantidproject/mantid/blob/master/instrument/LET_Parameters_dr1to12.xml] | ||
+ | |} | ||
To use these scripts, user have to modify | To use these scripts, user have to modify |
Revision as of 11:10, 11 December 2015
Overview
All ISIS inelastic instruments have similar interface and layout, with only parameters different for different instruments. Some parameters changing from one cycle and sometimes one experiment to another. Instrument scientists prepare sample Mantid python reduction scripts, which are then automatically distributed to users according to the rules described here.
From the links below one can retrieve resent versions of these scripts and their default parameters stored in XML files, namely:
Instrument | Simple reduction script | Full reduction script | Default reduction parameters |
MARI: | [1] | [2] | [3] |
MAPS: | [] | [4] | [5] |
MERLIN: | [] | [6] | [7] |
LET: | [] | [8] | [9] |
To use these scripts, user have to modify