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-slsdetector
Commits
1d231d01
Commit
1d231d01
authored
Sep 20, 2018
by
Alejandro Homs Puron
Committed by
operator for beamline
Sep 20, 2018
Browse files
Test: update test_sls_detector_control.py to Conda, i.e., no SPS image
parent
73714c1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_slsdetector_control.py
View file @
1d231d01
...
...
@@ -119,7 +119,6 @@ class SlsDetectorAcq:
self
.
m_ct_saving
=
self
.
m_ct
.
saving
()
self
.
m_ct_image
=
self
.
m_ct
.
image
()
self
.
m_ct_buffer
=
self
.
m_ct
.
buffer
()
self
.
m_ct_display
=
self
.
m_ct
.
display
()
self
.
m_use_events
=
use_events
self
.
m_print_time
=
print_time
...
...
@@ -134,9 +133,6 @@ class SlsDetectorAcq:
self
.
m_img_status_cb
=
cb
self
.
m_ct
.
registerImageStatusCallback
(
self
.
m_img_status_cb
)
self
.
m_ct_display
.
setNames
(
'_ccd_ds_'
,
'slsdetector_live'
)
self
.
m_ct_display
.
setActive
(
True
)
@
Core
.
DEB_MEMBER_FUNCT
def
__del__
(
self
):
...
...
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