Closedown

This commit is contained in:
X11MA
2017-02-03 16:07:35 +01:00
parent 3e55ea9cd5
commit bdfe25a62c

View File

@@ -75,6 +75,11 @@ for B in setpoints:
#detector8 = signal_field_analog_x.read() # fieldAnalogX.get()
tey_norm = detector1/detector2
#trans_norm = detector3/detector2
#converting polarization strings to integer numbers: C+ -> 1 and C- -> 2
if detector4 == 'CIRC +': detector4 = 1
elif detector4 == 'CIRC -': detector4 = 2
scan.append ([B, E], [readback1, readback2], [detector1, detector2, detector4, detector6, detector7, tey_norm])
scan.end()