Skip to content

Commit 6bdecfc

Browse files
authored
Adding .nii fileending in list of suffixes supported by bioformats. (#1048)
* Adding .nii fileending in list of suffixes supported by bioformats. * Update Changelog.md
1 parent be64527 commit 6bdecfc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

webknossos/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
1818

1919
### Changed
2020
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)
21+
- Added NIfTI suffix .nii to list of supported bioformats suffixes. [#1048](https://github.com/scalableminds/webknossos-libs/pull/1048)
2122

2223
### Fixed
2324

webknossos/webknossos/dataset/_utils/pims_images.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ def get_valid_bioformats_suffixes() -> Set[str]:
725725
"raw",
726726
"xml",
727727
"gif",
728+
"nii",
728729
}
729730

730731

0 commit comments

Comments
 (0)