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

Inheritance diagram of SensorLocations

class mvpa2.misc.io.SensorLocations(*args, **kwargs)

Base class for sensor location readers.

Each subclass should provide x, y, z coordinates via the pos_x, pos_y, and pos_z attrbibutes.

Axes should follow the following convention:

x-axis: left -> right y-axis: anterior -> posterior z-axis: superior -> inferior

Pass arguments to ColumnData.

locations()

Get the sensor locations as an array.

Returns :(nchannels x 3) array with coordinates in (x, y, z) :

NeuroDebian

NITRC-listed