Package mvpa :: Package atlases :: Module transformation :: Class TransformationBase
[hide private]
[frames] | no frames]

Class TransformationBase

source code

Basic class to describe a transformation. Pretty much an interface
Instance Methods [hide private]
 
__init__(self, previous=None) source code
 
__getitem__(self, icoord)
Obtain coordinates, apply the transformation and spit out in the same format (list, tuple, numpy.array)
source code
 
__call__(self, coord) source code
 
apply(self, coord) source code