We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2e9fd commit 52a73e1Copy full SHA for 52a73e1
1 file changed
source/_cookbook/count_with_table.py
@@ -1,21 +1,22 @@
1
"""
2
-Simply 'count' a detector
3
-*************************
+===========================
+ Simply 'count' a detector
4
5
6
Problem
--------
7
+=======
8
9
Take five sequential readings of a detector.
10
11
Approach
---------
12
+========
13
14
Execute :func:`bluesky.plans.count` with a simulated detector (which could be
15
substituted by a real detector from ophyd) and display the reading using
16
:func:`bluesky.callbacks.LiveTable`.
17
18
Example Solution
-----------------
19
+================
20
21
import bluesky.plans as bp
22
import bluesky.callbacks as bc
0 commit comments