Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix reading channel names from single channel czi files (#1194)
<!-- Generated by sourcery-ai[bot]: start summary --> ## Summary by Sourcery Fix the issue with reading channel names from single channel CZI files by ensuring the channel metadata is correctly processed when it is a dictionary. Bug Fixes: - Fix reading channel names from single channel CZI files by handling the case where channel metadata is a dictionary instead of a list. <!-- Generated by sourcery-ai[bot]: end summary --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Improved handling of channel metadata when reading image files, ensuring consistent population of channel names for both single and multiple channels. - **Bug Fixes** - Resolved issues related to channel metadata processing that could occur with single-channel images. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information