Probabilistic FSL atlases
| Parameters : | thr : float
strategy : str
sort : bool
filename : str
resolution : None or float
image_file : None or str
coordT :
default_levels : None or slice or list of int
load_maps : bool
|
|---|
Just a shortcut to the only level.
See find for more info
Return a probability map as an array
| Parameters : | target : int or str or re._pattern_type
strategy : str in (‘unique’, ‘max’)
axes_order : str in (‘xyz’, ‘zyx’)
|
|---|
Return a dictionary of probability maps for the target
Each key is a Label instance, and value is the probability map
| Parameters : | target : str or re._pattern_type
axes_order : str in (‘xyz’, ‘zyx’)
key_attr : None or str
overlaps : None or {‘max’}
|
|---|
Return labels for the voxel
| Parameters : | c : tuple of coordinates (xyz) - levels : just for API consistency (heh heh). Must be 0 for FSL atlases |
|---|