Commit 659f58b2 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed missing scan metadata

parent 99a29eb3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -151,12 +151,14 @@ class ScanPlugin(MicroscopePlugin):

        metadata.update(
            {
                "scan_id": scan_id,
                "basename": basename,
                "scan_parameters": {
                    "step_size": step_size,
                    "grid": grid,
                    "style": style,
                    "autofocus_dz": autofocus_dz,
                }
                },
            }
        )