pylabrobot.plate_reading.standard.ImagingResult# class pylabrobot.plate_reading.standard.ImagingResult(images: List[numpy.ndarray[tuple[Any, ...], numpy.dtype[_ScalarT]]], exposure_time: float, focal_height: float)# Bases: object Attributes images exposure_time focal_height Methods __init__(images, exposure_time, focal_height) Parameters: images (List[ndarray[tuple[Any, ...], dtype[_ScalarT]]]) exposure_time (float) focal_height (float)