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

Class MultiInspiralTable

source code

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

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

Inherited from table.Table: TableName

Instance Methods [hide private]
 
get_bestnr(self, index=4.0, nhigh=3.0, null_snr_threshold=4.25, null_grad_thresh=20.0, null_grad_val=0.2)
Get the BestNR statistic for each row in the table
source code
 
get_coinc_chisq(self)
@returns the coincident chisq for each row in the table
source code
 
get_coinc_snr(self) source code
 
get_column(self, column) source code
 
get_end(self) source code
 
get_new_snr(self, index=4.0, nhigh=3.0, column='chisq') source code
 
get_null_chisq(self)
@returns the coherent null chisq for each row in the table
source code
 
get_null_snr(self)
Get the coherent Null SNR for each row in the table.
source code
 
get_reduced_bank_chisq(self)
@returns the bank chisq per degree of freedom for each row in this table
source code
 
get_reduced_chisq(self)
@returns the chisq per degree of freedom for each row in this table
source code
 
get_reduced_coinc_chisq(self)
@returns the coincident chisq per degree of freedom for each row in the table
source code
 
get_reduced_cont_chisq(self)
@returns the auto (continuous) chisq per degree of freedom for each row in this table
source code
 
get_reduced_sngl_chisq(self, instrument)
@returns the single-detector chisq per degree of freedom for each row in this table
source code
 
get_sigmasq(self, instrument)
Get the single-detector SNR of the given instrument for each row in the table.
source code
 
get_sigmasqs(self, instruments=None)
Return dictionary of single-detector sigmas for each row in the table.
source code
 
get_sngl_bank_chisq(self, instrument)
Get the single-detector \chi^2 of the given instrument for each row in the table.
source code
 
get_sngl_bank_chisqs(self, instruments=None)
Get the single-detector \chi^2 for each row in the table.
source code
 
get_sngl_chisq(self, instrument)
Get the single-detector \chi^2 of the given instrument for each row in the table.
source code
 
get_sngl_chisqs(self, instruments=None)
Get the single-detector \chi^2 for each row in the table.
source code
 
get_sngl_cont_chisq(self, instrument)
Get the single-detector \chi^2 of the given instrument for each row in the table.
source code
 
get_sngl_cont_chisqs(self, instruments=None)
Get the single-detector \chi^2 for each row in the table.
source code
 
get_sngl_new_snr(self, ifo, column='chisq', index=4.0, nhigh=3.0) source code
 
get_sngl_snr(self, instrument)
Get the single-detector SNR of the given instrument for each row in the table.
source code
 
get_sngl_snrs(self, instruments=None)
Get the single-detector SNRs for each row in the table.
source code
 
getslide(self, slide_num)
Return the triggers with a specific slide number.
source code
 
getstat(self) source code
 
veto(self, seglist) 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

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)
  instrument_id = {'G1': 'g', 'H1': 'h1', 'H2': 'h2', 'L1': 'l',...
  interncolumns = ('process_id', 'ifos', 'search')
hash(x)
  next_id = <glue.ligolw.ilwd.multi_inspiral_event_id_class obje...
hash(x)
  tableName = 'multi_inspiral'
  validcolumns = {'ampMetricEigenVal1': 'real_8', 'ampMetricEige...
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)

Class Variable Details [hide private]

instrument_id

Value:
{'G1': 'g', 'H1': 'h1', 'H2': 'h2', 'L1': 'l', 'T1': 't', 'V1': 'v'}

next_id

hash(x)

Value:
<glue.ligolw.ilwd.multi_inspiral_event_id_class object at 0x7f39041716\
00>

validcolumns

hash(x)

Value:
{'ampMetricEigenVal1': 'real_8',
 'ampMetricEigenVal2': 'real_8',
 'amp_term_1': 'real_4',
 'amp_term_10': 'real_4',
 'amp_term_2': 'real_4',
 'amp_term_3': 'real_4',
 'amp_term_4': 'real_4',
 'amp_term_5': 'real_4',
...