Closed jpsacha closed 8 years ago
ITK add its own tags to MetaImage files. Currently, when MetaImage Reader encounters an ITK tag it results in an exception:
net.sf.ij_plugins.io.metaimage.MiException: 'ITK_FileNotes' is not a valid MetaImage tag name.
Here are some example tags from an image header (.mhd):
ITK_FileNotes = Created by Convert3D ITK_InputFilterName = MetaImageIO
Those ITK tags should be just ignored.
ITK add its own tags to MetaImage files. Currently, when MetaImage Reader encounters an ITK tag it results in an exception:
Here are some example tags from an image header (.mhd):
Those ITK tags should be just ignored.