pylabrobot.plate_reading.imager.Imager.capture#

async Imager.capture(well: Well | Tuple[int, int], mode: ImagingMode, objective: Objective, exposure_time: float | Literal['machine-auto'] | AutoExposure = 'machine-auto', focal_height: float | Literal['machine-auto'] = 'machine-auto', gain: float | Literal['machine-auto'] = 'machine-auto', **backend_kwargs) ImagingResult#
Parameters:
  • well (Well | Tuple[int, int])

  • mode (ImagingMode)

  • objective (Objective)

  • exposure_time (float | Literal['machine-auto'] | ~pylabrobot.plate_reading.standard.AutoExposure)

  • focal_height (float | Literal['machine-auto'])

  • gain (float | Literal['machine-auto'])

Return type:

ImagingResult