Skip to content

Commit efaffae

Browse files
committed
Another revert
1 parent e05e440 commit efaffae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/murfey/workflows/register_data_collection_group.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ def run(message: dict, murfey_db: SQLModelSession) -> dict[str, bool]:
8484
atlas_id=atlas_id,
8585
atlas=message.get("atlas", ""),
8686
atlas_pixel_size=message.get("atlas_pixel_size"),
87-
atlas_x_stage_position=message.get("atlas_x_stage_position"),
88-
atlas_y_stage_position=message.get("atlas_y_stage_position"),
8987
sample=message.get("sample"),
9088
session_id=message["session_id"],
9189
tag=message.get("tag"),

0 commit comments

Comments
 (0)