Skip to content

Commit 954972d

Browse files
committed
Register MetaImage format
1 parent e1ca4b8 commit 954972d

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
@@ -250,3 +250,5 @@ add_format(format"FITS",
250250
[".fit", ".fits", ".fts", ".FIT", ".FITS", ".FTS"], [:FITSIO])
251251

252252
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

Comments
 (0)