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
LimaGroup
Lima2
Commits
20ef5db2
Commit
20ef5db2
authored
Jul 01, 2022
by
Samuel Debionne
Browse files
[CLIENT] Fixup after rebase
parent
6ff0f68c
Pipeline
#79203
passed with stages
in 14 minutes and 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tango/py/Lima2/Client/Detector.py
View file @
20ef5db2
...
...
@@ -434,7 +434,7 @@ class Detector:
State
=
fsm
.
State
def
__init__
(
self
,
ctrl_dev
,
*
recv_devs
,
timeout
=
DefaultTimeout
):
self
.
__fsm
=
self
.
FSM
(
self
)
self
.
__fsm
=
fsm
.
StateMachine
(
)
self
.
__tasks
=
{}
self
.
__events
=
[]
self
.
__event_ids
=
{}
...
...
tango/py/Lima2/Client/Monitor.py
View file @
20ef5db2
...
...
@@ -431,10 +431,11 @@ class Window(QMainWindow):
},
"gpu"
:{
"device_idx"
:
0
"device_idx"
:
0
,
"cl_source_path"
:
fai_kernels_base
,
},
"jfrau"
:{
"jfrau"
:
{
"gain_path"
:
params_base
+
"gains.h5"
,
"pedestal_path"
:
params_base
+
"pedestals.h5"
,
"photon_energy"
:
9.06
...
...
@@ -452,8 +453,7 @@ class Window(QMainWindow):
"cycle"
:
5
,
#"empty": -9999.0,
"noise"
:
1.0
,
"cutoff_pick"
:
3.0
,
"cl_source_path"
:
fai_kernels_base
,
"cutoff_pick"
:
3.0
,
"acc_update_freq"
:
1
}
}
...
...
tango/py/setup.py
View file @
20ef5db2
...
...
@@ -8,6 +8,7 @@ packages = [
console_scripts_entry_points
=
[
"lima2_cli = Lima2.Client.Cli:main"
,
"lima2_monitor = Lima2.Client.Monitor:main"
,
]
setup
(
name
=
'Lima2.Client'
,
...
...
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