Skip to content

Commit

Permalink
add .gipl as supported file format in SimpleITKIO #2066
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed May 7, 2024
1 parent 2d2e8ce commit 7907981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nnunetv2/imageio/simpleitk_reader_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class SimpleITKIO(BaseReaderWriter):
supported_file_endings = [
'.nii.gz',
'.nrrd',
'.mha'
'.mha',
'.gipl'
]

def read_images(self, image_fnames: Union[List[str], Tuple[str, ...]]) -> Tuple[np.ndarray, dict]:
Expand Down

0 comments on commit 7907981

Please sign in to comment.