Contains all necessary data to be put in html file, including links to
  plots and thumbnails, and info.
  The most essential function is write_html, which writes an html file 
  from a template, inserting the info and images in the right places.
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          add_figure(self,
        type,
        fig=None,
        dpi=None,
        dpi_thumb=50) 
      Adds figure of given type to be displayed in html file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          | set_op_point(self,
        afar,
        mvsc_cutoff,
        effsnr_cutoff) | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          | set_trigger_info(self,
        ts_tr,
        inj_tr,
        ts_va,
        inj_va) | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          write_file(self) 
      Writes an html file putting all information in a template. | 
          
            source code
            
           | 
         
       
      
     |