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

Class SearchSummaryTable

source code

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

Nested Classes [hide private]
  RowType
Example:

Inherited from table.Table: TableName

Instance Methods [hide private]
 
get_in_segmentlistdict(self, process_ids=None)
Return a segmentlistdict mapping instrument to in segment list.
source code
 
get_inlist(self)
Return a segmentlist object describing the times spanned by the input segments of all rows in the table.
source code
 
get_out_segmentlistdict(self, process_ids=None)
Return a segmentlistdict mapping instrument to out segment list.
source code
 
get_outlist(self)
Return a segmentlist object describing the times spanned by the output segments of all rows in the table.
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]
  how_to_index = {'ss_pi_index': ('process_id')}
hash(x)
  tableName = 'search_summary'
  validcolumns = {'comment': 'lstring', 'ifos': 'lstring', 'in_e...
hash(x)

Inherited from table.Table: constraints, interncolumns, loadcolumns, next_id

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_in_segmentlistdict(self, process_ids=None)

source code 

Return a segmentlistdict mapping instrument to in segment list. If process_ids is a sequence of process IDs, then only rows with matching IDs are included otherwise all rows are included.

Note: the result is not coalesced, each segmentlist contains the segments listed for that instrument as they appeared in the table.

get_inlist(self)

source code 

Return a segmentlist object describing the times spanned by the input segments of all rows in the table.

Note: the result is not coalesced, the segmentlist contains the segments as they appear in the table.

get_out_segmentlistdict(self, process_ids=None)

source code 

Return a segmentlistdict mapping instrument to out segment list. If process_ids is a sequence of process IDs, then only rows with matching IDs are included otherwise all rows are included.

Note: the result is not coalesced, each segmentlist contains the segments listed for that instrument as they appeared in the table.

get_outlist(self)

source code 

Return a segmentlist object describing the times spanned by the output segments of all rows in the table.

Note: the result is not coalesced, the segmentlist contains the segments as they appear in the table.


Class Variable Details [hide private]

validcolumns

hash(x)

Value:
{'comment': 'lstring',
 'ifos': 'lstring',
 'in_end_time': 'int_4s',
 'in_end_time_ns': 'int_4s',
 'in_start_time': 'int_4s',
 'in_start_time_ns': 'int_4s',
 'lal_cvs_tag': 'lstring',
 'lalwrapper_cvs_tag': 'lstring',
...