|  | 
        
          | __init__(self,
        relax) Class containing functions specific to reduced spectral density 
      mapping.
 | source code |  | 
    |  | 
        
          | calculate(self,
        run=None,
        print_flag=1,
        sim_index=None) Calculation of the spectral density values.
 | source code |  | 
    |  | 
        
          | data_init(self,
        data,
        sim=0) Function for initialising the data structures.
 | source code |  | 
    |  |  | 
    |  | 
        
          | default_value(self,
        param) Reduced spectral density mapping default values
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | source code |  | 
    |  | 
        
          | num_instances(self,
        run=None) Function for returning the number of instances.
 | source code |  | 
    |  | 
        
          | return_conversion_factor(self,
        stat_type) Dummy function for returning 1.0.
 | source code |  | 
    |  | 
        
          | return_data_name(self,
        name) Reduced spectral density mapping data type string matching patterns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | source code |  | 
    |  | 
        
          | return_grace_string(self,
        data_type) Function for returning the Grace string representing the data type 
      for axis labelling.
 | source code |  | 
    |  |  | 
    |  | 
        
          | return_value(self,
        run,
        i,
        data_type) Function for returning the value and error corresponding to 
      'data_type'.
 | source code |  | 
    |  | 
        
          | set(self,
        run=None,
        value=None,
        error=None,
        data_type=None,
        index=None) Reduced spectral density mapping set details
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | source code |  | 
    |  | 
        
          | set_frq(self,
        run=None,
        frq=None) Function for selecting which relaxation data to use in the J(w) 
      mapping.
 | source code |  | 
    |  | 
        
          | set_error(self,
        run,
        instance,
        index,
        error) Function for setting parameter errors.
 | source code |  | 
    |  | 
        
          | sim_return_param(self,
        run,
        instance,
        index) Function for returning the array of simulation parameter values.
 | source code |  | 
    |  | 
        
          | write_columnar_line(self,
        file=None,
        num=None,
        name=None,
        select=None,
        data_set=None,
        nucleus=None,
        wH=None,
        j0=None,
        jwx=None,
        jwh=None,
        r=None,
        csa=None,
        ri_labels=None,
        remap_table=None,
        frq_labels=None,
        frq=None,
        ri=None,
        ri_error=None) Function for printing a single line of the columnar formatted 
      results.
 | source code |  | 
    |  | 
        
          | write_columnar_results(self,
        file,
        run) Function for printing the results into a file.
 | source code |  | 
  
    | Inherited from base_class.Common_functions:return_data,return_error,sim_pack_data |