Skip to content

Conversation

@xbtu2
Copy link
Contributor

@xbtu2 xbtu2 commented Oct 16, 2025

molecular devices spectramax plate readers: m5 and 384plus

@rickwierenga
Copy link
Member

also, very important, please update the list of supported machines! https://github.com/PyLabRobot/pylabrobot/blob/main/docs/user_guide/machines.md

@rickwierenga rickwierenga force-pushed the main branch 2 times, most recently from 1675cd6 to 2b2f7f9 Compare October 21, 2025 00:09
Comment on lines 85 to 88
Returns:
A list of dictionaries, one for each timepoint. Each dictionary has a key (0, 0)
and a value containing the data, temperature, and time.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why key it by (0,0)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some readers allow wavelength filtering for luminescence and some don't. should we use 0 as key or something else?

Comment on lines 106 to 109
Returns:
A list of dictionaries, one for each timepoint. Each dictionary has a key (wavelength, 0)
and a value containing the data, temperature, and time.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not use the wavelength as the key directly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we want to have tuple as key for the sake of consistency among all read types?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indexing with ,0 is strange in the api. They are slightly different reads, I don't see why we would use the same format for all

@xbtu2
Copy link
Contributor Author

xbtu2 commented Nov 9, 2025

ready to merge?

@rickwierenga
Copy link
Member

we still have this problem: #715 (comment)

right now if I merged this it would break all protocol using a plate reader, there needs to be a migration path

@xbtu2
Copy link
Contributor Author

xbtu2 commented Nov 9, 2025 via email

@rickwierenga
Copy link
Member

my bad 😬

@rickwierenga rickwierenga merged commit 07a0821 into PyLabRobot:main Nov 9, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants