Script execution

This commit is contained in:
x03daop
2016-08-05 14:55:43 +02:00
parent abdcf9e5cf
commit 763f5be059

View File

@@ -98,9 +98,9 @@ def measure_stuff():
ManipulatorTheta.move(angle_range[jj])
print 'current theta is ', ManipulatorTheta.take(), ' and current azimuth is ' , ManipulatorPhi.take()
Scienta.setPassEnergy(pass_energy_hold)
print ' Flag 1'
Scienta.getStepTime().write(angle_time[nn])
print ' Flag 2'
#print ' Flag 1'
Scienta.getStepTime().write(angle_time[jj])
#print ' Flag 2'
sleep(1)
vscan(Eph, SENSORS, VECTOR, True, LATENCY,False, before_read=wait_beam, after_read = after_readout)
toc = time.time()