Ticket #6729: loqreduction.py
File loqreduction.py, 494 bytes (added by Gesner Passos, 8 years ago) |
---|
Line | |
---|---|
1 | from mantid.simpleapi import * |
2 | import ISISCommandInterface as ici |
3 | |
4 | ici.LOQ() |
5 | ici.Set1D() |
6 | |
7 | print ici.ReductionSingleton().instrument.getDetector('FRONT').rescaleAndShift.fitShift |
8 | print ici.ReductionSingleton().instrument.getDetector('FRONT').rescaleAndShift.fitScale |
9 | |
10 | |
11 | ici.MaskFile('/tmp/loqsystem/MASKLOQ_MAN.112A') |
12 | |
13 | print ici.ReductionSingleton().instrument.getDetector('FRONT').rescaleAndShift.fitShift |
14 | print ici.ReductionSingleton().instrument.getDetector('FRONT').rescaleAndShift.fitScale |