pylabrobot.molecular_devices.imageXpress.pico.pico.ImagingResult#

class pylabrobot.molecular_devices.imageXpress.pico.pico.ImagingResult(images: List[ndarray[tuple[Any, ...], dtype[_ScalarT]]], exposure_time: float, focal_height: float)#

Bases: object

Result of a capture.

Variables:
  • images (List[numpy.ndarray[tuple[Any, ...], numpy.dtype[numpy._typing._array_like._ScalarT]]]) – One image per acquired frame.

  • exposure_time (float) – Exposure time in ms, as reported by the instrument.

  • focal_height (float) – Focal height in mm.

Parameters:

Attributes

Methods

__init__(images, exposure_time, focal_height)