Skip to content

Commit f9ae1e7

Browse files
committed
Add foil hole ID to SPA preprocessing message so that it can be inserted into ISPyB
1 parent bad6ff4 commit f9ae1e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/server/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,7 @@ async def request_spa_preprocessing(
11521152
"image_number": proc_file.image_number,
11531153
"microscope": get_microscope(),
11541154
"mc_uuid": murfey_ids[0],
1155+
"foil_hole_id": foil_hole_id,
11551156
"ft_bin": proc_params["motion_corr_binning"],
11561157
"fm_dose": proc_params["dose_per_frame"],
11571158
"gain_ref": proc_params["gain_ref"],

0 commit comments

Comments
 (0)