dodal.devices.zocalo#

Modules

dodal.devices.zocalo.get_processing_result(zocalo: ZocaloResults) Generator[Any, Any, Tuple[ndarray, ndarray] | Tuple[None, None]][source]#

A minimal plan which will extract the top ranked xray centre and crystal bounding box size from the zocalo results. Returns (None, None) if no crystals were found.

Parameters:

zocalo (ZocaloResults)

Return type:

Generator[Any, Any, Union[Tuple[ndarray, ndarray], Tuple[None, None]]]