Skip to content

Commit

Permalink
[Detector] - Make sure detector is ready before preparing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Mar 18, 2024
1 parent 5fe5804 commit 6eac37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxcubecore/HardwareObjects/LimaEigerDetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def set_detector_filenames(self, frame_number, start, filename):
self.get_channel_object("saving_format").set_value("HDF5")

def start_acquisition(self):
self.wait_ready()
logging.getLogger("user_level_log").info("Preparing acquisition")
self.get_command_object("prepare_acq")()
logging.getLogger("user_level_log").info("Detector ready, continuing")
Expand Down

0 comments on commit 6eac37f

Please sign in to comment.