Scripts to generate analysis pipelines that can be run in XNAT's container service
Other
2
stars
3
forks
source link
`from fileformats.medimage import MghZip` should allow to use `.mgz` files within a workflow (ie., just as `from fileformats.medimage import NiftiGz` permits use of `.nii.gz`. However, there seems to be an error with how `.mgz` files are handled, described as described below. Workaround has been to create an intermediate `.nii.gz' `raise FormatMismatchError( #237