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
bbc6d25e
Commit
bbc6d25e
authored
May 25, 2021
by
Matias Guijarro
Committed by
Wout De Nolf
May 27, 2021
Browse files
fix typo
parent
947e8ef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/scanning/scan_meta.py
View file @
bbc6d25e
...
...
@@ -281,9 +281,9 @@ class ScanMeta:
def
fill_positioners
(
scan
):
s
t
uffix
=
"_start"
suffix
=
"_start"
if
scan
.
state
==
3
:
s
t
uffix
=
"_end"
suffix
=
"_end"
positioners
=
dict
()
positioners_dial
=
dict
()
units
=
dict
()
...
...
@@ -296,8 +296,8 @@ def fill_positioners(scan):
units
[
axis_name
]
=
unit
rd
=
{
"positioners"
+
s
t
uffix
:
positioners
,
"positioners_dial"
+
s
t
uffix
:
positioners_dial
,
"positioners"
+
suffix
:
positioners
,
"positioners_dial"
+
suffix
:
positioners_dial
,
}
if
scan
.
state
!=
3
:
...
...
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