diff --git a/script/HbnPhdScript.py b/script/HbnPhdScript.py index f720fe6e..54d044f5 100644 --- a/script/HbnPhdScript.py +++ b/script/HbnPhdScript.py @@ -25,15 +25,12 @@ set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1}) try: # N-B - #eph = [425.0 + i * 2.5 for i in range(121)] - #elo = [19.0 + i * 2.5 for i in range(121)] - #ehi = [29.0 + i * 2.5 for i in range(121)] VECTOR = [[425.0 + i * 2.5, 19.0 + i * 2.5, 29.0 + i * 2.5] for i in range(121)] - ManipulatorPhi.move(+21.1) - ManipulatorTilt.move(+0.5) - Scienta.getStepTime().write(0.824) - print VECTOR - vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) + #ManipulatorPhi.move(+21.1) + #ManipulatorTilt.move(+0.5) + #Scienta.getStepTime().write(0.824) + #print VECTOR + #vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) # N-N ManipulatorPhi.move(-8.9) @@ -42,9 +39,6 @@ try: vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) # B-Cu - #eph = [218.0 + i * 2.5 for i in range(121)] - #elo = [19.0 + i * 2.5 for i in range(121)] - #ehi = [29.0 + i * 2.5 for i in range(121)] 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) ManipulatorTilt.move(+25.5)