Skip to content

Commit 8c6fc32

Browse files
committed
Update README
1 parent fe8db30 commit 8c6fc32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/open_ephys/analysis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ The `get_samples` method includes the arguments:
8787

8888
- ``start_sample_index``
8989
- ``end_sample_index``
90-
- ``selected_channels`` is an optional argument allows channels to be selected via array index in the order stored in the sample array.
91-
- ``channel_by_number`` is a keyword-only argument allows channels to be selected by ID to extract specific channels by channel ID number (integers following `CH` in the `oebin` file). If your board has additional ``ADCn`` channels, they are sequentially numbered after reaching the last ``CHnn`` labeled channel.
90+
- ``selected_channels`` is an optional argument that allows a subset of channels to be selected based on their index.
91+
- ``channel_by_number`` is an optional argument that allows a subset of channels to be selected by name.
9292

9393
### Using the Open Ephys data format
9494

0 commit comments

Comments
 (0)