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

Class SnglBurstTable

source code

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

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

Inherited from table.Table: TableName

Instance Methods [hide private]
glue.segments.segmentlist
get_band(self)
Returns: the frequency band of each row in the table
source code
numpy.ndarray
get_column(self, column)
Returns: an array of column values for each row in the table
source code
 
get_ms_band(self)
Returns: the frequency band of the most significant tile for each row in the table
source code
glue.segments.segmentlist
get_ms_period(self)
Returns: the period segment for the most significant tile of each row in the table
source code
numpy.ndarray
get_ms_start(self)
Returns: the start time of the most significant tile for each row in the table
source code
numpy.ndarray
get_ms_stop(self)
Returns: the stop time of the most significant tile for each row in the table
source code
numpy.ndarray
get_peak(self)
Returns: the peak time of each row in the table
source code
glue.segments.segmentlist
get_period(self)
Returns: the period segment of each row in the table
source code
numpy.ndarray
get_q(self)
Returns: the Q of each row in the table
source code
numpy.ndarray
get_start(self)
Returns: the start time of each row in the table
source code
numpy.ndarray
get_stop(self)
Returns: the stop time of each row in the table
source code
numpy.ndarray
get_z(self)
Returns: the Z (Omega-Pipeline energy) of each row in the table
source code
 
veto(self, seglist)
Returns: those rows of the table that don't lie within a given seglist
source code
 
veto_seglistdict(self, seglistdict) source code
 
vetoed(self, seglist)
Returns: those rows of the table 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_burst_event_id_class object a...
hash(x)
  tableName = 'sngl_burst'
  validcolumns = {'amplitude': 'real_4', 'bandwidth': 'real_4', ...
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]

get_band(self)

source code 
Returns: glue.segments.segmentlist
the frequency band of each row in the table

get_column(self, column)

source code 
Parameters:
  • column - name of column to return
Returns: numpy.ndarray
an array of column values for each row in the table

get_ms_band(self)

source code 
Returns:
the frequency band of the most significant tile for each row in the table

get_ms_period(self)

source code 
Returns: glue.segments.segmentlist
the period segment for the most significant tile of each row in the table

get_ms_start(self)

source code 
Returns: numpy.ndarray
the start time of the most significant tile for each row in the table

get_ms_stop(self)

source code 
Returns: numpy.ndarray
the stop time of the most significant tile for each row in the table

get_peak(self)

source code 
Returns: numpy.ndarray
the peak time of each row in the table

get_period(self)

source code 
Returns: glue.segments.segmentlist
the period segment of each row in the table

get_q(self)

source code 
Returns: numpy.ndarray
the Q of each row in the table

get_start(self)

source code 
Returns: numpy.ndarray
the start time of each row in the table

get_stop(self)

source code 
Returns: numpy.ndarray
the stop time of each row in the table

get_z(self)

source code 
Returns: numpy.ndarray
the Z (Omega-Pipeline energy) of each row in the table

veto(self, seglist)

source code 
Returns:
those rows of the table that don't lie within a given seglist

vetoed(self, seglist)

source code 
Returns:
those rows of the table that lie within a given seglist

Class Variable Details [hide private]

next_id

hash(x)

Value:
<glue.ligolw.ilwd.sngl_burst_event_id_class object at 0x7f3904171520>

validcolumns

hash(x)

Value:
{'amplitude': 'real_4',
 'bandwidth': 'real_4',
 'central_freq': 'real_4',
 'channel': 'lstring',
 'chisq': 'real_8',
 'chisq_dof': 'real_8',
 'confidence': 'real_4',
 'creator_db': 'int_4s',
...