WIP: camera stage mapping

This still has some bugs, mostly related to numpy and serialisation.
This commit is contained in:
Richard Bowman 2023-08-31 19:37:09 +01:00
parent 6e04618051
commit 63d7a6eb4d
4 changed files with 198 additions and 3 deletions

View file

@ -18,6 +18,7 @@ dependencies = [
"labthings-fastapi",
"labthings-sangaboard",
"labthings-picamera2",
"camera-stage-mapping",
"numpy ~= 1.20",
"scipy ~= 1.6.1",
]