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