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.FslGLMDesign

Inheritance diagram of FslGLMDesign

class mvpa2.misc.fsl.FslGLMDesign(source)

Load FSL GLM design matrices from file.

Be aware that such a desig matrix has its regressors in columns and the samples in its rows.

Parameters :

source : filename

Compressed files will be read as well, if their filename ends with ‘.gz’.

plot(style='lines', **kwargs)

Visualize the design matrix.

Parameters :

style: ‘lines’, ‘matrix’ :

**kwargs: :

Additional arguments will be passed to the corresponding matplotlib plotting functions ‘plot()’ and ‘pcolor()’ for ‘lines’ and ‘matrix’ plots respectively.

NeuroDebian

NITRC-listed