Difference between revisions of "ISIS direct reduction script description."
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | Instrument scientists prepare sample Mantid python reduction scripts 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]. | + | All ISIS inelastic instruments have similar interface and layout, with only some parameter, different for different instrument and possibly 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]. | ||
− | From the links below one can | + | From the links below one can retrieve resent versions of these scripts and their default parameters stored in XML files for different instruments, namely: |
− | *[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MARI/MARIReduction_Sample.py MARI reduction script] | + | *[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MARI/MARIReduction_Sample.py full MARI reduction script] or [https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MARI/template_mari.py simple MARI reduction script] |
*[https://github.com/mantidproject/mantid/blob/master/instrument/MARI_Parameters.xml MARI default reduction parameters] | *[https://github.com/mantidproject/mantid/blob/master/instrument/MARI_Parameters.xml MARI default reduction parameters] | ||
− | *[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MAPS/MAPSReduction_Sample.py MAPS reduction script] | + | *[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MAPS/MAPSReduction_Sample.py full MAPS reduction script] or [simple MAPS reduction script] |
*[https://github.com/mantidproject/mantid/blob/master/instrument/MAPS_Parameters.xml MAPS default reduction parameters] | *[https://github.com/mantidproject/mantid/blob/master/instrument/MAPS_Parameters.xml MAPS default reduction parameters] | ||
*[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MERLIN/MERLINReduction_Sample.py MERLIN reduction script] | *[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MERLIN/MERLINReduction_Sample.py MERLIN reduction script] | ||
Line 10: | Line 11: | ||
*[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/LET/LETReduction_Sample.py LET reduction script] | *[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/LET/LETReduction_Sample.py LET reduction script] | ||
*[https://github.com/mantidproject/mantid/blob/master/instrument/LET_Parameters_dr1to12.xml LET default reduction parameters] | *[https://github.com/mantidproject/mantid/blob/master/instrument/LET_Parameters_dr1to12.xml LET default reduction parameters] | ||
+ | |||
+ | To use these scripts, user have to modify |
Revision as of 19:06, 10 December 2015
All ISIS inelastic instruments have similar interface and layout, with only some parameter, different for different instrument and possibly 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 for different instruments, namely:
- full MARI reduction script or simple MARI reduction script
- MARI default reduction parameters
- full MAPS reduction script or [simple MAPS reduction script]
- MAPS default reduction parameters
- MERLIN reduction script
- MERLIN default reduction parameters
- LET reduction script
- LET default reduction parameters
To use these scripts, user have to modify