Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
f4f5960b
Commit
f4f5960b
authored
May 04, 2021
by
Valentin Valls
Browse files
Move fill_meta_at_scan_start during the scan prepare
parent
028e3d7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/scanning/scan.py
View file @
f4f5960b
...
...
@@ -1278,6 +1278,8 @@ class Scan:
self
.
_prepare_devices
(
devices_tree
)
self
.
writer
.
prepare
(
self
)
self
.
_fill_meta
(
"fill_meta_at_scan_start"
)
self
.
node
.
prepared
()
self
.
_axes_in_scan
=
self
.
_get_data_axes
(
include_calc_reals
=
True
)
...
...
@@ -1531,8 +1533,6 @@ class Scan:
# starting the scan
self
.
_set_state
(
ScanState
.
STARTING
)
self
.
_fill_meta
(
"fill_meta_at_scan_start"
)
self
.
_execute_preset
(
"start"
)
# this execute iterations
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment