Skip to content
GitLab
Menu
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
cd0b92aa
Commit
cd0b92aa
authored
May 27, 2021
by
Wout De Nolf
Browse files
Scan: scan_info acq. controller metadata on START and PREPARED
parent
2398b1c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/scanning/scan.py
View file @
cd0b92aa
...
...
@@ -1462,7 +1462,7 @@ class Scan:
node
=
self
.
nodes
.
get
(
acq_obj
)
if
node
is
not
None
:
update_node_info
(
node
,
metadata
)
if
meta_timing
==
META_TIMING
.
START
:
if
meta_timing
in
(
META_TIMING
.
START
,
META_TIMING
.
PREPARED
)
:
self
.
_scan_info
.
_set_device_meta
(
acq_obj
,
metadata
)
def
_evaluate_scan_meta
(
self
,
scan_meta
,
meta_timing
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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