Skip to content

Commit

Permalink
update cli command example
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sasatani committed Jun 22, 2024
1 parent 9af4665 commit 1f2d480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/stream_daq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This module is a data acquisition module that captures video streams from Minisc
## Command
After [installation](../guide/installation.md) and customizing [configurations](stream-daq-config) if necessary, run the following command in this Git repository to start the data acquisition process:
```bash
>>> streamDaq -c path/to/config/yaml/file.yml
>>> mio sdaq -c path/to/config.yml -o output_filename
Connected to XEM7310-A75
Successfully uploaded /miniscope-io/miniscope_io/devices/selected_bitfile.bit
FrontPanel is supported
Expand Down
2 changes: 1 addition & 1 deletion miniscope_io/stream_daq.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class StreamDaq:
Examples
--------
>>> streamDaq -c path/to/config/yaml/file.yml
>>> mio sdaq -c path/to/config.yml -o output_filename
Connected to XEM7310-A75
Succesfully uploaded /miniscope-io/miniscope_io/devices/selected_bitfile.bit
FrontPanel is supported
Expand Down

0 comments on commit 1f2d480

Please sign in to comment.