Skip to content

Commit d0386dc

Browse files
coretlthopkins32
andauthored
Update docs/tutorials/implementing-detectors.md
Co-authored-by: Thomas Hopkins <thopkins1@bnl.gov>
1 parent d6ad772 commit d0386dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/implementing-detectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Now let's run a grid scan on the point detector, and pass a callback to the RunE
3232
```
3333
We see a series of documents being emitted:
3434
- A [](#event_model.RunStart) document that tells us a scan is starting and what sort of scan it is, along with the names of the motors that will be moved.
35-
- An [](#event_model.EventDescriptor) document that tells us that the motor readbacks and detector channels will be all be read together in a single stream. It is used to make the column headings, but it contains more metadata about the Devices too like their configuration.
35+
- An [](#event_model.EventDescriptor) document that tells us that the motor readbacks and detector channels will be all be read together in a single stream. It is used to make the column headings, but it contains more metadata about the Devices too, like their configuration.
3636
- For each point in the scan:
3737
- An [](#event_model.Event) document, containing the motor readbacks and detector channels with their timestamps. It is used to make each row of the table.
3838
- A [](#event_model.RunStop) document that tells us the scan has stopped, and gives us its status.

0 commit comments

Comments
 (0)