Package mvpa :: Package misc :: Package fsl :: Module base :: Class McFlirtParams
[hide private]
[frames] | no frames]

Class McFlirtParams

source code


Read and write McFlirt's motion estimation parameters from and to text files.
Instance Methods [hide private]
 
__init__(self, source)
Initialize McFlirtParams
source code
 
tofile(self, filename)
Write motion parameters to file.
source code
 
plot(self)
Produce a simple plot of the estimated translation and rotation parameters using.
source code
 
toarray(self)
Returns the data as an array with six columns (same order as in file).
source code
Class Variables [hide private]
  header_def = ['rot1', 'rot2', 'rot3', 'x', 'y', 'z']
Method Details [hide private]

plot(self)

source code 

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.