We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2fbea0 + bff46aa commit a2bd08fCopy full SHA for a2bd08f
metadata_exporter.py
@@ -110,6 +110,7 @@ def export_metadata_task(run_client):
110
user_note = str(run_client.start.get("user_note", ""))
111
nxfile.entry.note = nx.NXnote()
112
nxfile.entry.note.description = nx.NXfield(user_note)
113
+ nxfile.entry.note.bluesky_uid = nx.NXfield(run_client.start['uid'])
114
115
# Custom metadata for XY scans only -- include arrays of scanned positions
116
if (user_note == "XY scan") and (run_client.start.get("plan_name") == "grid_scan"):
0 commit comments