mxcubecore.HardwareObjects.LimaJungfrauDetector#

Classes

class mxcubecore.HardwareObjects.LimaJungfrauDetector.LimaJungfrauDetector(name)[source]#

Bases: AbstractDetector

has_shutterless()[source]#

Check if detector is capable of shutterless acquisition. :returns: True if detector is capable, False otherwise :rtype: (bool)

init()[source]#

Initialise some common paramerters

last_image_saved()[source]#

Get the path to the last saved image :returns: full path. :rtype: (str)

prepare_acquisition(number_of_images, exptime, data_root_path, prefix)[source]#

Prepares detector for acquisition

start_acquisition()[source]#

Start the acquisition.

stop_acquisition()[source]#

Stop the acquisition.

wait_ready(timeout=3500)[source]#

Wait timeout seconds till object is ready.

If timeout is None: wait forever.

Parameters:

timeout (Optional[float], optional) – Timeout (seconds). Defaults to None.