Blackened

This commit is contained in:
jtc42 2019-11-15 16:52:57 +00:00
parent 0907d013cd
commit 76af0891e9
14 changed files with 95 additions and 63 deletions

View file

@ -147,14 +147,16 @@ class ScanPlugin(MicroscopePlugin):
if "time" not in metadata:
metadata["time"] = generate_basename()
metadata.update({
"scan_parameters": {
"step_size": step_size,
"grid": grid,
"style": style,
"autofocus_dz": autofocus_dz
metadata.update(
{
"scan_parameters": {
"step_size": step_size,
"grid": grid,
"style": style,
"autofocus_dz": autofocus_dz,
}
}
})
)
# Check if autofocus is enabled
if (