pylabrobot.plate_reading.bmg_labtech.clario_star_backend.CLARIOstarBackend.read_fluorescence#
- async CLARIOstarBackend.read_fluorescence(plate: Plate, wells: List[Well], excitation_wavelength: int, emission_wavelength: int, focal_height: float) List[Dict[Tuple[int, int], Dict]]#
Read the fluorescence from the plate reader.
- Returns:
A list of dictionaries, one for each measurement. Each dictionary contains – “ex_wavelength”: int, “em_wavelength”: int, “time”: float, “temperature”: float, “data”: List[List[float]]
- Parameters:
- Return type: