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.io.DataReader

Inheritance diagram of DataReader

class mvpa2.misc.io.DataReader

Base class for data readers.

Every subclass has to put all information into to variable:

self._data: ndarray
The data array has to have the samples separating dimension along the first axis.
self._props: dict
All other meaningful information has to be stored in a dictionary.

This class provides two methods (and associated properties) to retrieve this information.

Initialize base class DataReader – no parameters.

data

Return the data array.

props

Return the dictionary with the data properties.

NeuroDebian

NITRC-listed