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-pilatus
Commits
7688e5ca
Commit
7688e5ca
authored
May 16, 2018
by
Samuel Debionne
Committed by
Sebastien Petitdemange
May 24, 2018
Browse files
Fix example python script in the doc
parent
067d3ba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/index.rst
View file @
7688e5ca
...
...
@@ -81,7 +81,7 @@ This is a python code example for a simple test:
.. code-block:: python
from Lima import Pilatus
from
l
ima import Core
from
L
ima import Core
cam = Pilatus.Camera()
hwint = Pilatus.Interface(cam)
...
...
@@ -109,7 +109,7 @@ This is a python code example for a simple test:
# now ask for 2 sec. exposure and 10 frames
acq.setAcqExpoTime(2)
acq.set
NbImag
es(10)
acq.set
AcqNbFram
es(10)
ct.prepareAcq()
ct.startAcq()
...
...
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