pylabrobot.plate_reading.biotek_backend.Cytation5Backend.capture#
- async Cytation5Backend.capture(row: int, column: int, mode: ImagingMode, exposure_time: float | Literal['auto'], focal_height: float | Literal['auto'], gain: float | Literal['auto'], color_processing_algorithm: int = -1, pixel_format: int = -1) List[List[float]] #
Capture image using the microscope
speed: 211 ms ± 331 μs per loop (mean ± std. dev. of 7 runs, 10 loops each)
- Parameters:
exposure_time (float | Literal['auto']) – exposure time in ms, or
"auto"
focal_height (float | Literal['auto']) – focal height in mm, or
"auto"
color_processing_algorithm (int) – color processing algorithm. See PySpin.SPINNAKER_COLOR_PROCESSING_ALGORITHM_*
pixel_format (int) – pixel format. See PySpin.PixelFormat_*
row (int)
column (int)
mode (ImagingMode)
- Return type: