We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eddb9c + 954972d commit ae1fd0cCopy full SHA for ae1fd0c
src/registry.jl
@@ -251,3 +251,5 @@ add_format(format"FITS",
251
[".fit", ".fits", ".fts", ".FIT", ".FITS", ".FTS"], [:FITSIO])
252
253
add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [:RawArray])
254
+
255
+add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat])
0 commit comments