Skip to content

Commit 14c8c12

Browse files
committed
More doc for "inner_stream_channels"
1 parent 1eab95e commit 14c8c12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

neo/io/proxyobjects.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ def __init__(self, rawio=None, stream_index=None, inner_stream_channels=None,
9090
block_index=0, seg_index=0):
9191
# stream_index: indicate the stream stream_id can be retreive easily
9292
# inner_stream_channels: are channel index inside the stream None means all channels
93-
# if inner_stream_channels is not None then this is a "substream"
93+
# if inner_stream_channels is not None:
94+
#  * then this is a "substream"
95+
# * handle the case where channels have diffrents units inside a stream
96+
# * is related to BaseFromRaw.get_sub_signal_streams()
9497

9598
self._rawio = rawio
9699
self._block_index = block_index

0 commit comments

Comments
 (0)