| 
       
     | 
      
        
          make_rec_sngls_table(connection,
        recovery_table) 
      Makes a temporary table containing events from the given recovery 
      table that could potentially be injections --- i.e., events from the 
      "simulation" datatype --- and the process id of the 
      injection jobs that created them. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          | dbinjfind(connection,
        simulation_table,
        recovery_table,
        match_criteria,
        rough_match=None,
        rejection_criteria=[],
        rough_rejection=None,
        verbose=False) | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          write_coincidences(connection,
        map_label,
        search,
        process_id,
        verbose=False) 
      Writes coincidences to coinc_event_map table. | 
          
            source code
            
           | 
         
       
      
     |