Inheritance diagram for nipy.io.pyniftiio:
The Nipy interface to the PyNifti library.
Use PyNifti to open files and extract necessary data to generate a Nipy Image.
Bases: object
Wrapper around the PyNifit image class.
Create a PyNiftiIO object.
Parameters: | data : {array_like, filename}
mode : {‘r’, ‘w’}, optional
dtype : numpy.dtype
|
---|---|
Returns: | pyniftiio : A PyNiftiIO object |
Get affine transform from a NiftiImage.
Parameters: | img : NiftiImage
|
---|---|
Returns: | affine : array
|