Skip to content

Commit

Permalink
Removed extensive debug delays in characterisation P11Collect
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Gruzinov committed Oct 2, 2024
1 parent 54633aa commit cb70c0a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mxcubecore/HardwareObjects/DESY/P11Collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,21 +774,14 @@ def collect_characterisation(
self.log.debug("#COLLECT# Running OMEGA through the std acquisition")
HWR.beamline.diffractometer.wait_omega_on()
HWR.beamline.diffractometer.set_omega_velocity(self.default_speed)
gevent.sleep(1)
HWR.beamline.diffractometer.move_omega(start_pos)
gevent.sleep(1)
HWR.beamline.diffractometer.wait_omega_on()
gevent.sleep(1)
# NB! angles reversed could work???
HWR.beamline.diffractometer.set_pso_control_arm(start_angle, stop_angle)
gevent.sleep(3)
HWR.beamline.diffractometer.set_omega_velocity(self.acq_speed)
gevent.sleep(1)

#Arm the detector only once in the beginning. Set to wait 4 triggers.
if img_no == 0:
HWR.beamline.detector.start_acquisition()
gevent.sleep(3)


#NB! Waiting for omega is crucial for the sequence to be properly finished.
Expand Down

0 comments on commit cb70c0a

Please sign in to comment.