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
807239e9
Commit
807239e9
authored
Jul 04, 2011
by
Alejandro Homs Puron
Browse files
* Added manual saving support by calling CtSaving::writeFrame
parent
51880ebe
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/FrelonAcq.py
View file @
807239e9
...
...
@@ -487,7 +487,7 @@ class FrelonAcq:
@
DEB_MEMBER_FUNCT
def
writeFile
(
self
,
frame_nb
):
deb
.
Param
(
'Writing frame %s to file'
%
frame_nb
)
raise
Exception
,
'On-demand file writing not implemented yet'
self
.
m_ct_saving
.
writeFrame
(
frame_nb
)
@
DEB_MEMBER_FUNCT
def
setAutosave
(
self
,
autosave_act
):
...
...
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