Ticket #8864: test_trans.py
File test_trans.py, 335 bytes (added by Samuel Jackson, 7 years ago) |
---|
Line | |
---|---|
1 | instrument = "IRIS" |
2 | analyser = "graphite" |
3 | reflection = "002" |
4 | |
5 | #using water |
6 | formula = "H2-O" |
7 | density = 0.1 |
8 | thickness = 0.1 |
9 | |
10 | IndirectTransmission(Instrument=instrument, Analyser=analyser, Reflection=reflection, |
11 | ChemicalFormula=formula, NumberDensity=density, Thickness=thickness, OutputWorkspace='IRIS_graphite_002_Transmission') |