pylabrobot.plate_reading.plate_reader.PlateReader.read_fluorescence

pylabrobot.plate_reading.plate_reader.PlateReader.read_fluorescence#

async PlateReader.read_fluorescence(excitation_wavelength: int, emission_wavelength: int, focal_height: float) List[List[float]]#
Parameters:
  • excitation_wavelength (int) – The excitation wavelength to read the fluorescence at, in nanometers.

  • emission_wavelength (int) – The emission wavelength to read the fluorescence at, in nanometers.

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

Return type:

List[List[float]]