An empty data container for the diffusion tensor elements.
    |  | 
        
          | __deepcopy__(self,
        memo) Replacement deepcopy method.
 | source code |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | _update_object(self,
        param_name,
        target,
        update_if_set,
        depends,
        category) Function for updating the target object, its error, and the MC 
      simulations.
 | source code |  | 
    |  | 
        
          | from_xml(self,
        diff_tensor_node,
        file_version=1) Recreate the diffusion tensor data structure from the XML diffusion 
      tensor node.
 | source code |  | 
    |  | 
        
          | set(self,
        param=None,
        value=None,
        category= 'val',
        sim_index=None)Set a diffusion tensor parameter.
 | source code |  | 
    |  | 
        
          | set_fixed(self,
        flag) Set if the diffusion tensor should be fixed during optimisation or 
      not.
 | source code |  | 
    |  | 
        
          | set_sim_num(self,
        sim_number=None) Set the number of Monte Carlo simulations for the construction of the
      simulation structures.
 | source code |  | 
    |  |  | 
    |  | 
        
          | to_xml(self,
        doc,
        element) Create an XML element for the diffusion tensor.
 | source code |  | 
  
    | Inherited from data_classes.Element:__repr__,is_empty Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__sizeof__,__str__,__subclasshook__ |