Eidolon
Classes | Functions
eidolon.plugins.NiftiPlugin Namespace Reference

Classes

class  NiftiPlugin
 
class  TestNiftiPlugin
 

Functions

def processNifti (infile, outfile=None)
 
def readImageData (infile)
 
def writeImageData (img, outfile)
 
def convertNiftiTransform (img)
 

Function Documentation

◆ convertNiftiTransform()

def eidolon.plugins.NiftiPlugin.convertNiftiTransform (   img)
Given a Nibabel object `img', return the position, rotation, scaling, time start, and time offset values.
Here is the caller graph for this function:

◆ processNifti()

def eidolon.plugins.NiftiPlugin.processNifti (   infile,
  outfile = None 
)

◆ readImageData()

def eidolon.plugins.NiftiPlugin.readImageData (   infile)
Read Nifti file `infile' and return the image data array.

◆ writeImageData()

def eidolon.plugins.NiftiPlugin.writeImageData (   img,
  outfile 
)
Write array `img' to Nifti file `outfile' with an identity transform and otherwise default header info.
Here is the caller graph for this function: