Skip to content

Commit

Permalink
updated parse_metadata docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Sep 22, 2023
1 parent cbb1e03 commit 3bc556d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def parse_metadata(metadata):
Notes
-----
Known to work on SI versions v2019bR0 and v2022.0.0.
SI.hChannels.channelsActive = '[1;2;...;N]' where N is the number of active channels.
SI.hChannels.channelsActive = string of MATLAB-style vector with channel integers (see parse_matlab_vector).
SI.hChannels.channelName = "{'channel_name_1' 'channel_name_2' ... 'channel_name_M'}"
where M is the number of channels (active or not).
"""
Expand Down

0 comments on commit 3bc556d

Please sign in to comment.