Package generic_fns :: Module diffusion_tensor :: Class Diffusion_tensor
[hide private]
[frames] | no frames]

Class Diffusion_tensor

source code

Instance Methods [hide private]
 
__init__(self, relax)
Class containing the function for setting up the diffusion tensor.
source code
 
anisotropic(self)
Function for setting up fully anisotropic diffusion.
source code
 
axial(self)
Function for setting up axially symmetric diffusion.
source code
 
copy(self, run1=None, run2=None)
Function for copying diffusion tensor data from run1 to run2.
source code
 
data_names(self)
Function for returning a list of names of data structures associated with the sequence.
source code
 
delete(self, run=None)
Function for deleting diffusion tensor data.
source code
 
display(self, run=None)
Function for displaying the diffusion tensor.
source code
 
isotropic(self)
Function for setting up isotropic diffusion.
source code
 
set(self, run=None, params=None, time_scale=1.0, d_scale=1.0, angle_units='deg', param_types=0, axial_type=None, fixed=1)
Function for setting up the diffusion tensor.
source code
 
test_params(self, num_params)
Function for testing the validity of the input parameters.
source code