To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.misc.fsl.base.McFlirtParams

Inheritance diagram of McFlirtParams

class mvpa2.misc.fsl.base.McFlirtParams(source)

Read and write McFlirt’s motion estimation parameters from and to text files.

Initialize McFlirtParams

Parameters :

source : str

Filename of a parameter file.

header_def = ['rot1', 'rot2', 'rot3', 'x', 'y', 'z']
plot()

Produce a simple plot of the estimated translation and rotation parameters using.

You still need to can pylab.show() or pylab.savefig() if you want to see/get anything.

toarray()

Returns the data as an array with six columns (same order as in file).

tofile(filename)

Write motion parameters to file.

NeuroDebian

NITRC-listed