nibabel.nifti1

Read / write access to NIfTI1 image format

NIfTI1 format defined at http://nifti.nimh.nih.gov/nifti-1/

Functions

load(filename)

Load NIfTI1 single or pair from filename

save(img, filename)

Save NIfTI1 single or pair to filename

Classes

Nifti1DicomExtension(code, content[, parent_hdr])

NIfTI1 DICOM header extension

Nifti1Extension(code, content)

Baseclass for NIfTI1 header extensions.

Nifti1Extensions([iterable])

Simple extension collection, implemented as a list-subclass.

Nifti1Header([binaryblock, endianness, ...])

Class for NIfTI1 header

Nifti1Image(dataobj, affine[, header, ...])

Class for single file NIfTI1 format image

Nifti1Pair(dataobj, affine[, header, extra, ...])

Class for NIfTI1 format image, header pair

Nifti1PairHeader([binaryblock, endianness, ...])

Class for NIfTI1 pair header