Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pylabrobot/plate_reading/plate_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def read_luminescence(
"""Read the luminescence from the plate reader.

Args:
focal_height: The focal height to read the luminescence at, in micrometers.
focal_height: The focal height to read the luminescence at, in millimeters.
use_new_return_type: Whether to return the new return type, which is a list of dictionaries.

Returns:
Expand Down Expand Up @@ -165,7 +165,7 @@ async def read_fluorescence(
Args:
excitation_wavelength: The excitation wavelength to read the fluorescence at, in nanometers.
emission_wavelength: The emission wavelength to read the fluorescence at, in nanometers.
focal_height: The focal height to read the fluorescence at, in micrometers.
focal_height: The focal height to read the fluorescence at, in millimeters.
use_new_return_type: Whether to return the new return type, which is a list of dictionaries.

Returns:
Expand Down