-
Notifications
You must be signed in to change notification settings - Fork 94
Implement pedestal for CarrierSite & MFXModule (fix PLR Plate location 1) #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rickwierenga
merged 16 commits into
PyLabRobot:main
from
BioCam:implement-carrier_site-pedestal_height
Jun 13, 2024
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
ef14020
expose CarrierSite.pedestal_size_z
BioCam ac8ea3f
Merge branch 'implement-carrier_site-pedestal_height' of https://gith…
BioCam ebe963c
update carrier naming guide
BioCam 09070b5
Update README.md
BioCam 74e0b5a
Update README.md
BioCam 84d4486
expose pedestal_size_z to MFXModule class
BioCam 9dbd94d
fix linting
BioCam 2ff976c
fixing type checking
BioCam f8cd6c4
fixing None type handling
BioCam 26d1d11
adding little TODO for plate quadrants
BioCam 47778eb
Merge branch 'main' into implement-carrier_site-pedestal_height
rickwierenga d076b47
PlateCarrierSite
rickwierenga 1657391
resolve update conflicts
BioCam f450ee8
Merge branch 'main' into implement-carrier_site-pedestal_height
BioCam f5064cd
add guide for missing pedestal_size_z
rickwierenga 7db63b1
exclude plate_carrier_site from HamiltonDeck.summary
rickwierenga File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Pedestal z height | ||
|
||
> ValueError("pedestal_size_z must be provided. See https://docs.pylabrobot.org/pedestal_size_z for more information.") | ||
|
||
Many plate carriers feature a "pedestal" or "platform" on the sites. Plates can sit on this pedestal, or directly on the bottom of the site. This depends on the pedestal _and_ plate geometry, so it is important that we know the height of the pedestal. | ||
|
||
The pedestal information is not typically available in labware databases (like the VENUS or EVOware databases), and so we rely on users to measure and contribute this information. | ||
|
||
Here's how you measure the pedestal height: | ||
|
||
 | ||
|
||
Once you have measured the pedestal height, you can contribute this information to the PyLabRobot Labware database. Here's a guide on contributing to the open-source project: https://docs.pylabrobot.org/how-to-open-source.html#quick-changes. | ||
|
||
For background, see PR 143: https://github.com/PyLabRobot/pylabrobot/pull/143. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ def Alpaqua_96_magnum_flx(name: str) -> PlateAdapter: | |
site_pedestal_z=6.2, | ||
model="Alpaqua_96_magnum_flx", | ||
) | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.