Package glue :: Package ligolw :: Module lsctables :: Class SnglInspiralTable
[hide private]
[frames] | no frames]

Class SnglInspiralTable

source code

     object --+                
              |                
 ligolw.Element --+            
                  |            
ligolw.EmptyElement --+        
                      |        
           ligolw.Table --+    
                          |    
             object --+   |    
                      |   |    
                   list --+    
                          |    
                table.Table --+
                              |
                             SnglInspiralTable

Nested Classes [hide private]
  RowType
Helpful parent class for row objects.

Inherited from table.Table: TableName

Instance Methods [hide private]
 
get_bank_effective_snr(self, fac=250.0) source code
 
get_bank_new_snr(self, index=6.0) source code
 
get_chirp_eff_dist(self, ref_mass=1.4) source code
 
get_column(self, column, fac=250.0, index=6.0) source code
 
get_cont_effective_snr(self, fac=250.0) source code
 
get_cont_new_snr(self, index=6.0) source code
 
get_effective_snr(self, fac=250.0) source code
 
get_end(self) source code
 
get_lvS5stat(self) source code
 
get_new_snr(self, index=6.0) source code
 
get_reduced_bank_chisq(self) source code
 
get_reduced_chisq(self) source code
 
get_reduced_cont_chisq(self) source code
 
get_snr_over_chi(self) source code
 
getslide(self, slide_num)
Return the triggers with a specific slide number.
source code
 
ifocut(self, ifo, inplace=False)
Return a SnglInspiralTable with rows from self having IFO equal to the given ifo.
source code
 
veto(self, seglist) source code
 
veto_seglistdict(self, seglistdict) source code
 
vetoed(self, seglist)
Return the inverse of what veto returns, i.e., return the triggers that lie within a given seglist.
source code
 
vetoed_seglistdict(self, seglistdict) source code

Inherited from table.Table: __init__, appendColumn, appendRow, applyKeyMapping, copy, endElement, getColumnByName, removeChild, sync_next_id, unlink, updateKeyMapping

Inherited from ligolw.EmptyElement: appendData

Inherited from ligolw.Element: appendChild, end_tag, getAttribute, getChildrenByAttributes, getElements, getElementsByTagName, hasAttribute, insertBefore, removeAttribute, replaceChild, setAttribute, start_tag, write

Inherited from list: __add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, __sizeof__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from table.Table: CheckElement, CheckProperties, getTablesByName, get_next_id, get_table, reset_next_id, set_next_id

Inherited from ligolw.Element: validattributes

Class Variables [hide private]
  constraints = 'PRIMARY KEY (event_id)'
hash(x)
  interncolumns = ('process_id', 'ifo', 'search', 'channel')
hash(x)
  next_id = <glue.ligolw.ilwd.sngl_inspiral_event_id_class objec...
hash(x)
  tableName = 'sngl_inspiral'
  validcolumns = {'Gamma0': 'real_4', 'Gamma1': 'real_4', 'Gamma...
hash(x)

Inherited from table.Table: how_to_index, loadcolumns

Inherited from ligolw.Table: tagName, validchildren

Inherited from list: __hash__

Properties [hide private]

Inherited from table.Table: Name

Inherited from ligolw.Table: Type

Inherited from object: __class__

Method Details [hide private]

getslide(self, slide_num)

source code 

Return the triggers with a specific slide number.

Parameters:
  • slide_num - the slide number to recover (contained in the event_id)

ifocut(self, ifo, inplace=False)

source code 

Return a SnglInspiralTable with rows from self having IFO equal to the given ifo. If inplace, modify self directly, else create a new table and fill it.


Class Variable Details [hide private]

next_id

hash(x)

Value:
<glue.ligolw.ilwd.sngl_inspiral_event_id_class object at 0x7f390417155\
8>

validcolumns

hash(x)

Value:
{'Gamma0': 'real_4',
 'Gamma1': 'real_4',
 'Gamma2': 'real_4',
 'Gamma3': 'real_4',
 'Gamma4': 'real_4',
 'Gamma5': 'real_4',
 'Gamma6': 'real_4',
 'Gamma7': 'real_4',
...