Skip to content

Commit 07c3309

Browse files
committed
fix filter indexing on cytation5
1 parent 71fdc15 commit 07c3309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/plate_reading/biotek_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ async def set_imaging_mode(self, mode: ImagingMode, led_intensity: int):
947947
await self.send_command("Y", "P1002")
948948
else:
949949
await self.send_command("Y", "P1101")
950-
await self.send_command("Y", f"P0d{filter_index+1:02}")
950+
await self.send_command("Y", f"P0d{filter_index:02}")
951951
await self.send_command("Y", "P1001")
952952

953953
# Turn led on in the new mode

0 commit comments

Comments
 (0)