|
|
__init__(self,
filename=None,
resolution=None,
image_file=None,
query_voxel=False,
coordT=None,
levels=None)
Create an atlas object based on the... XXX |
source code
|
|
|
|
_checkRange(self,
c)
check and adjust the voxel coordinates |
source code
|
|
|
|
_loadImages(self)
To be overriden in the derived classes. By default does nothing |
source code
|
|
|
|
_loadData(self)
To be overriden in the derived classes. By default does nothing |
source code
|
|
|
|
|
|
|
|
|
|
__getattr__(self,
attr)
Lazy way to provide access to the definitions in the atlas |
source code
|
|
|
|
|
|
|
labelPoint(self,
coord,
levels=None)
Return labels for the given spatial point at specified levels |
source code
|
|
|
|
|
|
|
|
|
|
__getitem__(self,
index)
Accessing the elements via simple indexing. Examples:
print atlas[ 0, -7, 20, [1,2,3] ]
print atlas[ (0, -7, 20), 1:2 ]
print atlas[ (0, -7, 20) ]
print atlas[ (0, -7, 20), : ] |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|