Module warehouse
source code
Collection of the known atlases
|
Atlas(filename=None,
name=None,
*args,
**kwargs)
A convinience factory for the atlases |
source code
|
|
Imports:
checkRange,
LabelsAtlas,
Label,
SpaceTransformation,
BaseAtlas,
ReferencesAtlas,
Linear,
PyMVPAAtlas,
ReferencesLevel,
norm,
etree,
Level,
objectify,
XMLAtlasException,
reuseAbsolutePath,
XMLBasedAtlas,
NiftiImage,
FSLAtlas,
LabelsLevel,
FSLLabelsAtlas,
externals,
N,
re,
warning,
FSLProbabilisticAtlas,
enhancedDocString,
debug,
os
KNOWN_ATLAS_FAMILIES
- Value:
{'pymvpa':(["talairach", "talairach-dist"], r"/usr/share/rumba/atlases
/data/%(name)s_atlas.xml"), 'fsl':(["HarvardOxford-Cortical", "Harvard
Oxford-Subcortical", "JHU-tracts", "Juelich", "MNI", "Thalamus"], r"/u
sr/share/fsl/data/atlases/%(name)s.xml")}
|
|
KNOWN_ATLASES
- Value:
dict(reduce(lambda x, y: x+ [(yy, y [1]) for yy in y [0]], KNOWN_ATLAS
_FAMILIES.values(), []))
|
|