From 3bc556dfa605341ccc543c71bc0bd3d25555fba8 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Fri, 22 Sep 2023 12:00:36 -0700 Subject: [PATCH] updated parse_metadata docstring --- .../tiffimagingextractors/scanimagetiffimagingextractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roiextractors/extractors/tiffimagingextractors/scanimagetiffimagingextractor.py b/src/roiextractors/extractors/tiffimagingextractors/scanimagetiffimagingextractor.py index ea7853a7..22ab617d 100644 --- a/src/roiextractors/extractors/tiffimagingextractors/scanimagetiffimagingextractor.py +++ b/src/roiextractors/extractors/tiffimagingextractors/scanimagetiffimagingextractor.py @@ -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). """