pylabrobot.plate_reading.plate_reader.PlateReader.read_luminescence#

async PlateReader.read_luminescence(focal_height: float, wells: List[Well] | None = None, use_new_return_type: bool = False, **backend_kwargs) List[Dict]#

Read the luminescence from the plate reader.

Parameters:
  • focal_height (float) – The focal height to read the luminescence at, in micrometers.

  • use_new_return_type (bool) – Whether to return the new return type, which is a list of dictionaries.

  • wells (List[Well] | None)

Returns:

A list of dictionaries, one for each measurement. Each dictionary contains – “time”: float, “temperature”: float, “data”: List[List[float]]

Return type:

List[Dict]