Package mvpa :: Package atlases :: Module fsl :: Class FSLProbabilisticAtlas
[hide private]
[frames] | no frames]

Class FSLProbabilisticAtlas

source code


Instance Methods [hide private]
 
__init__(self, thr=0.0, strategy='all', sort=True, *args, **kwargs)
Create an atlas object based on the...
source code
 
labelVoxel(self, c, levels=None) source code

Inherited from FSLAtlas (private): _loadData, _loadImages

Inherited from base.XMLBasedAtlas: __getattr__, __getitem__, labelPoint, levelsListing, loadAtlas, setCoordT, version

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from FSLAtlas (private): _checkVersion

Inherited from base.XMLBasedAtlas (private): _children_tags, _compare_lists

Class Variables [hide private]

Inherited from FSLAtlas: source

Inherited from base.XMLBasedAtlas: coordT, extent, levels_dict, origin, spaceT, voxdim

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, thr=0.0, strategy='all', sort=True, *args, **kwargs)
(Constructor)

source code 
Create an atlas object based on the... XXX
Parameters:
  • thr (float) - Value to threshold at
  • strategy (basestring) -
    Possible values
    all - all entries above thr max - entry with maximal value
  • sort (bool) - Either to sort entries for 'all' strategy according to probability
Overrides: object.__init__