Script execution
This commit is contained in:
+5
-1
@@ -10,6 +10,8 @@ MODE = 'CIRC +'
|
||||
OFFSET = -1.0
|
||||
"""
|
||||
|
||||
log("logging test 1")
|
||||
|
||||
iPS = True
|
||||
|
||||
FIELD_PRECISION = 0.01
|
||||
@@ -43,7 +45,9 @@ set_preference(Preference.PLOT_TYPES, {'tey_norm':1, 'trans_norm':1})
|
||||
scan = ManualScan(['field', 'Energy'], ['TEY', 'I0', 'trans', 'polarization', 'polAngle', 'temperature', 'RingCurrent', 'fieldAnalogX', 'tey_norm','trans_norm'], [0.0, ENERGIES[0]], [0.0, ENERGIES[-1]], [0, len(ENERGIES)-1])
|
||||
scan.start()
|
||||
|
||||
|
||||
log("Exit slit: "+ str(exit_slit.read()) + "; cff: " + str(cff.read()) + "; FE: " + str(aperture.read() ) )
|
||||
log("Sample temperature: " + str(temperature_readback.read())
|
||||
log("Sample coord. H,V,rot: " + str(sample_hor.read()) + ", " + str(sample_vert.read()) + ", " + str(sample_rot.read()) )
|
||||
|
||||
print "Waiting for start field"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user