Fixed missing scan metadata
This commit is contained in:
parent
99a29eb393
commit
659f58b254
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue