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
Lima-camera-frelon
Commits
ba3fc21e
Commit
ba3fc21e
authored
Aug 24, 2009
by
kirov
Browse files
...
git-svn-id:
https://scm.blissgarden.org/svn/lima/trunk@143
45c4679d-1946-429d-baad-37912b19538b
parent
226cbc93
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/testfreloninterface.py
View file @
ba3fc21e
...
...
@@ -25,5 +25,13 @@ cam = lima.Frelon.Camera(eser_line);
print
"Creating the Hw Interface ... "
hw_inter
=
lima
.
Frelon
.
Interface
(
acq
,
buffer_mgr
,
cam
)
print
"Creating BufferSave"
buffer_save
=
lima
.
BufferSave
(
lima
.
BufferSave
.
EDF
,
"img"
,
0
,
".edf"
,
True
,
1
)
s
=
raw_input
(
'Reset the hardware? (y/n):'
)
if
s
[
0
]
==
'y'
or
s
[
0
]
==
'Y'
:
hw_inter
.
reset
(
lima
.
HwInterface
.
HardReset
)
print
" Done!"
print
"This is the End..."
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