About NIfTI Metadata Viewer
A collaborator emails you a brain.nii.gz for a quick
sanity check, an open dataset (HCP, OpenNeuro, ADNI) drops a study
in your inbox, or a pipeline you're debugging produces a NIfTI you
need to inspect — and you just want to know what shape it is, what
the voxel sizes are, and which way the patient's head is pointing.
The desktop options (FSL, FreeSurfer, AFNI, ITK-SNAP, 3D Slicer)
are full neuroimaging suites built for full analyses; installing
one to read a single header is a workshop's-worth of effort.
This NIfTI metadata viewer parses NIfTI-1
and NIfTI-2 headers (.nii and .nii.gz) and surfaces
the structural fields you actually need. Shape
(dim1 × dim2 × dim3 × time × …), voxel sizes (mm),
data type (uint8, int16, float32, …),
orientation (RAS / LAS / LIA based on the affine),
the affine matrix with its
qform/sform codes, and intensity
statistics (voxel count, min/max/mean/std/non-zero
count). The complete header dump — sizeof_hdr,
intent_code, descrip, cal_min,
cal_max, aux_file — is also available
alongside the JSON download. Pixel data is not transmitted
back beyond what's needed to compute statistics; the
header inspection is the focus. Files up to 100 MB
(covers typical whole-brain T1 and fMRI volumes), and the file is
discarded immediately after the response.
Use it to confirm orientation before importing a NIfTI into a pipeline that assumes RAS, debug a converter that swapped X and Y, audit a public-dataset cohort's voxel sizes for resampling needs, inspect a structural T1 a colleague handed over, check intensity range before normalising, or just open a .nii.gz without firing up ITK-SNAP. Files up to 100 MB.