Ticket #9215: run_plotasymmetry.py

File run_plotasymmetry.py, 2.2 KB (added by Raquel Alvarez Banos, 6 years ago)
Line 
1ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051636.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051736.nxs",LogValue="run_number")
2
3ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051636.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051736.nxs",LogValue="run_number",Red=2,Green=1)
4
5ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051636.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051736.nxs",LogValue="run_number",DeadTimeCorrType="FromRunData")
6
7ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051636.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051736.nxs",LogValue="run_number",DeadTimeCorrType="FromSpecifiedFile",DeadTimeCorrFile="C:/Users/dsl37522/Desktop/test_files/dead_times_processed.nxs")
8
9ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051636.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/hifi/HIFI00051736.nxs",LogValue="run_number",ForwardSpectra="1-32",BackwardSpectra="33-64")
10
11ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/MUSR00015189.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/MUSR00015193.nxs",LogValue="run_number",ForwardSpectra="1-32",BackwardSpectra="33-64")
12
13ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/MUSR00015189.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/MUSR00015193.nxs",LogValue="run_number",DeadTimeCorrType="FromSpecifiedFile",DeadTimeCorrFile="C:/Users/dsl37522/Desktop/test_files/dead_times_processed.nxs")
14
15ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/MUSR00015189.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/MUSR00015193.nxs",LogValue="run_number",DeadTimeCorrType="FromRunData")
16
17ws = PlotAsymmetryByLogValue(FirstRun="C:/Users/dsl37522/mantid-code/UsageData/MUSR00015189.nxs",LastRun="C:/Users/dsl37522/mantid-code/UsageData/MUSR00015193.nxs",LogValue="Field_Danfysik",DeadTimeCorrType="FromRunData",Red=2,Green=1)