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
LimaGroup
Lima-camera-frelon
Commits
05cd3353
Commit
05cd3353
authored
Sep 19, 2019
by
Laurent Claustre
Browse files
hoops an other py3 fix
parent
040321bf
Pipeline
#14518
passed with stages
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tango/Frelon.py
View file @
05cd3353
...
...
@@ -39,7 +39,7 @@
# (c) - Bliss - ESRF
#=============================================================================
#
import
time
,
string
import
time
import
PyTango
from
Lima
import
Core
from
Lima
import
Frelon
as
FrelonHw
...
...
@@ -290,7 +290,7 @@ class FrelonTacoProxy:
@
Core
.
DEB_MEMBER_FUNCT
def
DevCcdSetHwPar
(
self
,
hw_par_str
):
hw_par
=
map
(
int
,
string
.
split
(
hw_par_str
))
hw_par
=
map
(
int
,
hw_par_str
.
split
(
))
deb
.
Param
(
'Setting hw par: %s'
%
hw_par
)
kin_win_size
,
kin_line_beg
,
kin_stripes
=
self
.
getKinPars
()
flip_mode
,
kin_line_beg
,
kin_stripes
,
d0
,
roi_mode_int
=
hw_par
...
...
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