1 | ws = 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 | |
---|
3 | ws = 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 | |
---|
5 | ws = 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 | |
---|
7 | ws = 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 | |
---|
9 | ws = 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 | |
---|
11 | ws = 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 | |
---|
13 | ws = 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 | |
---|
15 | ws = 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 | |
---|
17 | ws = 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) |
---|