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

Geometry System Refactor: Store labware calibration offsets #2269

Closed
4 tasks
btmorr opened this issue Sep 13, 2018 · 0 comments · Fixed by #2503
Closed
4 tasks

Geometry System Refactor: Store labware calibration offsets #2269

btmorr opened this issue Sep 13, 2018 · 0 comments · Fixed by #2503
Labels
api Affects the `api` project feature Ticket is a feature request / PR introduces a feature large

Comments

@btmorr
Copy link
Contributor

btmorr commented Sep 13, 2018

overview

As a user, I want to be able to calibrate labware, with a separate calibration value for each different parent (where a parent is a specific slot, or a specific module in a specific slot).

{
  "default": {
    "offset": [float, float, float],
    "lastModified": <timestamp int>
  },
  "tipLength": float
}
  • When calibrating a labware, if the calibration file does not previously exists, load it, set the "default" field, then save
  • When calibrating a labware, if the calibration file already exists, create it
  • Tipracks should have a tip length offset field
  • Each offset should also be paired with a timestamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Affects the `api` project feature Ticket is a feature request / PR introduces a feature large
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant