There was an error while loading. Please reload this page.
1 parent e05e440 commit efaffaeCopy full SHA for efaffae
1 file changed
src/murfey/workflows/register_data_collection_group.py
@@ -84,8 +84,6 @@ def run(message: dict, murfey_db: SQLModelSession) -> dict[str, bool]:
84
atlas_id=atlas_id,
85
atlas=message.get("atlas", ""),
86
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"),
89
sample=message.get("sample"),
90
session_id=message["session_id"],
91
tag=message.get("tag"),
0 commit comments