Eidolon
|
Classes | |
class | NiftiPlugin |
class | TestNiftiPlugin |
Functions | |
def | processNifti (infile, outfile=None) |
def | readImageData (infile) |
def | writeImageData (img, outfile) |
def | convertNiftiTransform (img) |
def eidolon.plugins.NiftiPlugin.convertNiftiTransform | ( | img | ) |
Given a Nibabel object `img', return the position, rotation, scaling, time start, and time offset values.
def eidolon.plugins.NiftiPlugin.processNifti | ( | infile, | |
outfile = None |
|||
) |
def eidolon.plugins.NiftiPlugin.readImageData | ( | infile | ) |
Read Nifti file `infile' and return the image data array.
def eidolon.plugins.NiftiPlugin.writeImageData | ( | img, | |
outfile | |||
) |
Write array `img' to Nifti file `outfile' with an identity transform and otherwise default header info.