planarian

This commit is contained in:
2026-04-27 23:28:41 +02:00
parent 922d89bf8d
commit cf0230a28b
34 changed files with 2832 additions and 191 deletions
@@ -51,10 +51,12 @@ class TubeAligner:
"tube_cx" : None,
"tube_cy" : None,
"tube_radius" : None,
"radius_mm" : self.TUBE_DIAMETER_MM / 2,
"offset_x_px" : 0,
"offset_y_px" : 0,
"offset_x_mm" : 0.0,
"offset_y_mm" : 0.0,
"px_per_mm" : 0.0,
"action" : "none",
"frame_annotated": None,
"msg" : None,
@@ -134,6 +136,8 @@ class TubeAligner:
"tube_cx" : tx,
"tube_cy" : ty,
"tube_radius" : tr,
"radius_mm" : self.TUBE_DIAMETER_MM / 2,
"px_per_mm" : self.px_per_mm,
"offset_x_px" : offset_x_px,
"offset_y_px" : offset_y_px,
"offset_x_mm" : dx_mm,