Skip to content

Commit

Permalink
channel streams
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jun 11, 2024
1 parent eeb1d23 commit 94b5118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def __init__(self, folder_path: PathType, stream_name: Optional[str] = None):
frame_rate = _determine_frame_rate(element=sequence_elements[0], file_names=file_names_for_stream)
assert frame_rate is not None, "Could not determine the frame rate from the XML file."
self._sampling_frequency = frame_rate
self._channel_names = [self.stream_name.split("_")[0]]
self._channel_names = channel_streams

# count the number of occurrences of each file path and their names
# files that contain stacks of images (multi-page tiffs) will appear repeated (number of repetition is the number of frames in the tif file)
Expand Down

0 comments on commit 94b5118

Please sign in to comment.