diff --git a/script/HbnPhdScript.py b/script/HbnPhdScript.py index 54d044f5..46401237 100644 --- a/script/HbnPhdScript.py +++ b/script/HbnPhdScript.py @@ -33,14 +33,14 @@ try: #vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) # N-N - ManipulatorPhi.move(-8.9) - ManipulatorTilt.move(+0.5) - Scienta.getStepTime().write(0.824) - vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) + #ManipulatorPhi.move(-8.9) + #ManipulatorTilt.move(+0.5) + #Scienta.getStepTime().write(0.824) + #vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) # B-Cu VECTOR = [[218.0 + i * 2.5, 19.0 + i * 2.5, 29.0 + i * 2.5] for i in range(121)] - ManipulatorPhi.move(+21.1) + ManipulatorPhi.move(-8.9) ManipulatorTilt.move(+25.5) Scienta.getStepTime().write(1.47) vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)