I have k cubes of intensity values (n,n,n)
, and I would like to build them.
I consider them as diffusion tensors in diffusion MRI, and I would like to visualize them (possibly as ellipsoids) and then try to βalignβ in some way. Currently, I just draw for each cube its n "slice" (n,n)
.
Is there any python module for this task?
source share