planarian
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user