Difference between revisions of "ISIS direct reduction script description."

From InelasticDataReduction
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:
*[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]
+
{| class="wikitable" style="color:blue;
*[https://github.com/mantidproject/mantid/blob/master/instrument/MARI_Parameters.xml MARI default reduction parameters]
+
| Instrument
*[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MAPS/MAPSReduction_Sample.py full MAPS reduction script] or [simple MAPS reduction script]
+
| Simple reduction script
*[https://github.com/mantidproject/mantid/blob/master/instrument/MAPS_Parameters.xml MAPS default reduction parameters]
+
| Full reduction script
*[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/MERLIN/MERLINReduction_Sample.py MERLIN reduction script]
+
| Default reduction parameters
*[https://github.com/mantidproject/mantid/blob/master/instrument/MERLIN_Parameters_after2013_4.xml MERLIN default reduction parameters]
+
|-
*[https://github.com/mantidproject/scriptrepository/blob/master/direct_inelastic/LET/LETReduction_Sample.py LET reduction script]
+
| MARI:
*[https://github.com/mantidproject/mantid/blob/master/instrument/LET_Parameters_dr1to12.xml LET default reduction parameters]
+
|[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