| 
       
     | 
      
        
          directional_horizon(ifos,
        RA,
        dec,
        gps_time,
        horizons=None) 
      Return a dictionary of sensitivity numbers for each detector, based 
      on a known sky location and an optional input dictionary of inspiral 
      horizon distances for a reference source of the user's choice. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          detector_thresholds(horizons,
        min_threshold,
        max_threshold=7.5) 
      Return a set of detector thresholds adjusted for a particular set of 
      inspiral horizon distances (calculated with directional_horizon). | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          sensitivity_cmp(ifo1,
        ifo2) 
      Provide a comparison operator for IFOs such that they would get 
      sorted from most sensitive to least sensitive. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          compute_offsource_segment(analyzable,
        on_source,
        padding_time=0,
        min_trials=None,
        max_trials=None,
        symmetric=True) 
      Compute and return the maximal off-source segment subject to the
following constraints: | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          get_exttrig_trials(on_segs,
        off_segs,
        veto_files) 
      Return a tuple of (off-source time bins, off-source veto mask, index 
      of trial that is on source). | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          get_mean_mchirp(coinc) 
      Return the arithmetic average of the mchirps of all triggers in 
      coinc. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          write_rows(rows,
        table_type,
        filename) 
      Create an empty LIGO_LW XML document, add a table of table_type, 
      insert the given rows, then write the document to a file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          load_cache(xmldoc,
        cache,
        sieve_pattern,
        exact_match=False,
        verbose=False) 
      Return a parsed and ligolw_added XML document from the files matched 
      by sieve_pattern in the given cache. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     |