Skip to content

Commit

Permalink
renamed itk-supported to itk-all and added itk-image
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Apr 24, 2024
1 parent e23b27c commit 8d0eae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fileformats/medimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@
MetaImage,
Nrrd,
NrrdGz,
ItkSupported,
ItkImage,
ItkAll,
)
2 changes: 1 addition & 1 deletion fileformats/medimage/itk.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ class NrrdGz(Gzip[Nrrd]):
Nifti1, NiftiGz, Dicom, Bitmap, Tiff, Jpeg, GIPL, MetaImage, Nrrd, NrrdGz, PGM
]

ItkSupported = ty.Union[
ItkAll = ty.Union[
Nifti1, NiftiGz, Dicom, Bitmap, Tiff, Jpeg, GIPL, MetaImage, Nrrd, NrrdGz, PGM, VTK
]

0 comments on commit 8d0eae7

Please sign in to comment.