| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
         object --+    
                  |    
table.Table.RowType --+
                      |
                     CoincInspiral
Example:
>>> x = CoincInspiral() >>> x.instruments = (u"H1", u"L1") >>> x.ifos u'H1,L1' >>> x.instruments set([u'H1', u'L1']) >>> x.end = LIGOTimeGPS(10) >>> x.end LIGOTimeGPS(10, 0) >>> x.end = None >>> print(x.end) None
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from  Inherited from   | 
  |||
    
  | 
|||
        end = <glue.ligolw.lsctables.gpsproperty object at 0x7f390417a
     | 
  |||
        instruments = <glue.ligolw.lsctables.instrumentsproperty objec
     | 
  |||
    
  | 
|||
| coinc_event_id | |||
| combined_far | |||
| end_time | |||
| end_time_ns | |||
| false_alarm_rate | |||
| ifos | |||
| mass | |||
| mchirp | |||
| minimum_duration | |||
| snr | |||
| 
     Inherited from   | 
  |||
    
  | 
|||
  end
  | 
  instruments
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:18 2017 | http://epydoc.sourceforge.net |