dipy logo

Site Navigation

NIPY Community

Previous topic

dipy.reconst.modelarray

dipy.reconst.multi_voxel

Tools to easily make multi voxel models

class dipy.reconst.multi_voxel.CallableArray

An array which can be called like a function

Methods

__call__
all
any
argmax
argmin
argsort
astype
byteswap
choose
clip
compress
conj
conjugate
copy Generic (shallow and deep) copying operations.
cumprod
cumsum
diagonal
dot
dump
dumps
fill
flatten
getfield
item
itemset
max
mean
min
newbyteorder
nonzero
prod
ptp
put
ravel
repeat
reshape
resize
round
searchsorted
setfield
setflags
sort
squeeze
std
sum
swapaxes
take
tofile
tolist
tostring
trace program/module to trace Python program or function execution
transpose
var
view
class dipy.reconst.multi_voxel.MultiVoxelFit(model, fit_array, mask)

Holds an array of fits and allows access to their attributes and methods

dipy.reconst.multi_voxel.multi_voxel_model(SingleVoxelModel)

Class decorator to turn a single voxel model into a multi voxel model

See also

dipy