Currently from fileformats.medimage_mrtrix3 import ImageFormat does not have an option to import a zipped ImageFormat (i.e, ImageFormatGz for filetype .mif.gz).
Capability of saving files as .mif.gz would be a nice feature, but is not critical (at this point)
Currently
from fileformats.medimage_mrtrix3 import ImageFormat
does not have an option to import a zipped ImageFormat (i.e, ImageFormatGz for filetype.mif.gz
).Capability of saving files as
.mif.gz
would be a nice feature, but is not critical (at this point)