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.
1 parent e1ca4b8 commit 954972dCopy full SHA for 954972d
src/registry.jl
@@ -250,3 +250,5 @@ add_format(format"FITS",
250
[".fit", ".fits", ".fts", ".FIT", ".FITS", ".FTS"], [:FITSIO])
251
252
add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [:RawArray])
253
+
254
+add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat])
0 commit comments