File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def do_insert_grid_square(
161161 pixelLocationX = grid_square_parameters .x_location ,
162162 pixelLocationY = grid_square_parameters .y_location ,
163163 height = grid_square_parameters .height ,
164- weight = grid_square_parameters .width ,
164+ width = grid_square_parameters .width ,
165165 angle = grid_square_parameters .angle ,
166166 stageLocationX = grid_square_parameters .x_stage_position ,
167167 stageLocationY = grid_square_parameters .y_stage_position ,
Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ class DataCollectionGroup(SQLModel, table=True): # type: ignore
361361 session_id : int = Field (foreign_key = "session.id" , primary_key = True )
362362 tag : str = Field (primary_key = True )
363363 atlas_id : Optional [int ] = None
364+ atlas_pixel_size : Optional [float ] = None
364365 atlas : str = ""
365366 sample : Optional [int ] = None
366367 session : Optional [Session ] = Relationship (back_populates = "data_collection_groups" )
You can’t perform that action at this time.
0 commit comments