Skip to content

Commit 849f19d

Browse files
committed
Need to insert atlas params if we have them when registering dcg
1 parent e73c477 commit 849f19d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/murfey/server/feedback.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,9 @@ def feedback_callback(header: dict, message: dict) -> None:
20022002
murfey_dcg = db.DataCollectionGroup(
20032003
id=dcgid,
20042004
atlas_id=atlas_id,
2005+
atlas=message.get("atlas", ""),
2006+
atlas_pixel_size=message.get("atlas_pixel_size"),
2007+
sample=message.get("sample"),
20052008
session_id=message["session_id"],
20062009
tag=message.get("tag"),
20072010
)

0 commit comments

Comments
 (0)