![]() |
Multivariate Pattern Analysis in Python |
Tiny snippets to interface with FSL easily.
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.misc.fsl.base (for developers).
Bases: mvpa.misc.io.base.ColumnData
IO helper to read FSL’s EV3 files.
This is a three-column textfile format that is used to specify stimulation protocols for fMRI data analysis in FSL’s FEAT module.
Data is always read as float.
Read and write FSL EV3 files.
Parameters: |
|
---|
See also
Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the FslEV3 documentation.
Full API documentation of FslEV3 in module mvpa.misc.fsl.base.
Bases: mvpa.misc.io.base.ColumnData
Read and write McFlirt’s motion estimation parameters from and to text files.
Parameters: |
|
---|
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.
See also
Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the McFlirtParams documentation.
Full API documentation of McFlirtParams in module mvpa.misc.fsl.base.