JuliaIO/MetaImageFormat.jl

Name: MetaImageFormat.jl

Owner: JuliaIO

Description: Support for reading MetaImage files in Julia

Created: 2017-09-10 18:13:50.0

Updated: 2017-09-10 18:15:50.0

Pushed: 2017-09-18 13:01:49.0

Homepage: null

Size: 15

Language: Julia

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

MetaImageFormat

Build Status

codecov.io

This package supports the MetaImage file format for the Julia language. You can read “*.mhd” files using

g FileIO
= load("myimage.mhd")

This package is a work-in-progress, and writing is not yet supported.

This implementation was started by copying the NRRD package and was based purely on existing documentation on the MetaImage format. Documentation on the format's definition seems somewhat sparse (e.g., which fields are required and which are optional? In what order should they appear in the header? Are certain redundant combinations allowed and other disallowed? …). In practice, the format appears to be largely defined by the IO capabilities of ITK and Fiji/ImageJ. In cases where there might be disagreements, one should check the source code of these other projects.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.