Skip to content
Matthew Brett edited this page Mar 26, 2011 · 4 revisions

BIAP3 - a JSON nifti header extension

DICOM files in particular have a lot of information in them that we might want to carry with the image.

One obvious place to store this information in in a nifti header extension. See adding nifti extensions for more detail.

There is currently a DICOM type extension - code 2. I (MB) can't find any evidence that it's being used in the wild. It's not even quite clear what format the data should be in see this nifti thread. In any case, we probably don't want to have to store the entire DICOM header inside the nifti, and DICOM is a painful format if we need to add custom fields.

Other extension types (from adding nifti extensions):

Clone this wiki locally