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

Class FSLLabelsAtlas

source code


Not sure what this one was for
Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
not implemented
source code

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

Inherited from base.XMLBasedAtlas (private): _checkRange, _getLevels, _getLevelsDict, _getLevelsDict_virtual, _loadData, _loadImages

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

Static Methods [hide private]

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

Class Variables [hide private]

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
not implemented
Parameters:
  • filename - Filename for the xml definition of the atlas
  • resolution - Some atlases link to multiple images at different resolutions. if None -- best resolution is selected using 0th dimension resolution
  • image_file - If None, overrides filename for the used imagefile, so it could load a custom (re-registered) atlas maps
  • query_voxel - By default [x,y,z] assumes coordinates in space, but if query_voxel is True, they are assumed to be voxel coordinates
  • coordT - Optional transformation to apply first
  • levels - What levels by default to operate on
Overrides: object.__init__