DIAGNijmegen / rse-panimg

Conversion of medical images to MHA and TIFF.
Apache License 2.0
13 stars 5 forks source link

Validate headers in Nifti and NRRD image builders #66

Closed nlessmann closed 2 years ago

nlessmann commented 2 years ago

This PR includes a bit of refactoring of the MHD/MHA reader to make the function load_sitk_image() support multiple image formats supported by SimpleITK. This makes it possible to use this function, including the header validation, in the Nifti and NRRD readers.

Closes #6