Skip to content

Commit 64d5c19

Browse files
committed
Need to send gridsquare id
1 parent f2b492c commit 64d5c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/workflows/spa/flush_spa_preprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def register_foil_hole(
297297
)
298298
fh_data = SmartEMFoilHoleData(
299299
id=str(foil_hole_params.name),
300+
gridsquare_id=str(gs.name),
300301
gridsquare_uuid=gs.smartem_uuid,
301302
x_location=(
302303
int(foil_hole_params.x_location)

0 commit comments

Comments
 (0)