The base class for the model-free analysis Molmol and PyMOL macro 
  creation.
    | 
       
     | 
      
        
          classic_correlation_time(self,
        res_num,
        te,
        colour_start,
        colour_end,
        colour_list) 
      Function for generating the bond width and colours for correlation 
      times. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          classic_order_param(self,
        res_num,
        s2,
        colour_start,
        colour_end,
        colour_list) 
      Function for generating the bond width and colours for order 
      parameters. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          classic_rex(self,
        res_num,
        rex,
        colour_start,
        colour_end,
        colour_list) 
      Function for generating the bond width and colours for correlation 
      times. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          classic_style(self,
        data_type=None,
        colour_start=None,
        colour_end=None,
        colour_list=None,
        spin_id=None) 
      The classic macro style. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          create_macro(self,
        data_type,
        style=None,
        colour_start=None,
        colour_end=None,
        colour_list=None,
        spin_id=None) 
      Create and return an array of macros of the model-free parameters. | 
          
            source code
            
           | 
         
       
      
     |