pylabrobot.plate_reading.standard.ImagingResult#

class pylabrobot.plate_reading.standard.ImagingResult(images: List[numpy.ndarray[Any, numpy.dtype[+_ScalarType_co]]], exposure_time: float, focal_height: float)#

Bases: object

Attributes

Methods

__init__(images, exposure_time, focal_height)

Parameters:
  • images (List[ndarray[Any, dtype[_ScalarType_co]]])

  • exposure_time (float)

  • focal_height (float)