Skip to content
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

feat(api): add innner well geometry to labware definitions #15975

Merged
merged 11 commits into from
Aug 14, 2024

Conversation

caila-marashaj
Copy link
Contributor

@caila-marashaj caila-marashaj commented Aug 12, 2024

Overview

Add the Labware Definition types for static liquid tracking to shared-data.

Each labware defintion will now have an optional innerWellGeometry entry. This will be a list of BoundedSections, as well as a bottomShape.

A Bounded Section will represent either a 'frustum' or a hemisphere- a subsection of a well with a uniform shape. It will hold a TopCrossSection, and will carry the height of the top cross-section of the shape it represents.

bottomShape will denote whether the bottom of a well is a SphericalSection, or a flat plane. It will also hold all of the necessary data to compute either the surface area or volume of the bottom section of the well

TopCrossSection will hold all the data necessary to calculate the area of the top cross-section of its BoundedSection.

@caila-marashaj caila-marashaj marked this pull request as ready for review August 13, 2024 15:40
@caila-marashaj caila-marashaj requested a review from a team as a code owner August 13, 2024 15:40
Copy link
Contributor

@SyntaxColoring SyntaxColoring left a comment

Choose a reason for hiding this comment

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

This looks good, thanks, just some minor change requests and a question about the top-level innerWellGeometry field.

Copy link
Contributor

@ryanthecoder ryanthecoder left a comment

Choose a reason for hiding this comment

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

Just a nit on hemisphere

Copy link
Contributor

@SyntaxColoring SyntaxColoring left a comment

Choose a reason for hiding this comment

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

Agreed with Ryan, but changes look good, TY!

@caila-marashaj caila-marashaj merged commit 28fde62 into edge Aug 14, 2024
53 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.

3 participants