Skip to content

Commit ae1fd0c

Browse files
authored
Merge pull request #151 from JuliaIO/teh/metaimage
Register MetaImage format
2 parents 4eddb9c + 954972d commit ae1fd0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/registry.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,5 @@ add_format(format"FITS",
251251
[".fit", ".fits", ".fts", ".FIT", ".FITS", ".FTS"], [:FITSIO])
252252

253253
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

Comments
 (0)