pylabrobot.plate_reading.clario_star.CLARIOStar.read_fluorescence

pylabrobot.plate_reading.clario_star.CLARIOStar.read_fluorescence#

async CLARIOStar.read_fluorescence(excitation_wavelength: int, emission_wavelength: int, focal_height: float) List[List[float]]#

Read the fluorescence from the plate reader. This should return a list of lists, where the outer list is the columns of the plate and the inner list is the rows of the plate.

Parameters:
  • excitation_wavelength (int)

  • emission_wavelength (int)

  • focal_height (float)

Return type:

List[List[float]]