From 36f43f6b9c6a3cc907d37346a639346697a72de6 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Wed, 20 Sep 2023 10:34:13 -0700 Subject: [PATCH] added note about version support for parse_metadata --- .../tiffimagingextractors/scanimagetiffimagingextractor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roiextractors/extractors/tiffimagingextractors/scanimagetiffimagingextractor.py b/src/roiextractors/extractors/tiffimagingextractors/scanimagetiffimagingextractor.py index 599bdbbf..e39f3c3c 100644 --- a/src/roiextractors/extractors/tiffimagingextractors/scanimagetiffimagingextractor.py +++ b/src/roiextractors/extractors/tiffimagingextractors/scanimagetiffimagingextractor.py @@ -74,6 +74,7 @@ def parse_metadata(metadata): Notes ----- + Known to work on SI version v2019bR0 and v2022.0.0. SI.hChannels.channelsActive = '[1;2;...;N]' where N is the number of active channels. SI.hChannels.channelName = "{'channel_name_1' 'channel_name_2' ... 'channel_name_M'}" where M is the number of channels (active or not).