Package glue :: Package ligolw :: Package utils :: Module coincs
[hide private]
[frames] | no frames]

Module coincs

source code

A collection of utilities to assist with the use of coinc tables.


Version: git id 8cbd1b7187ce3ed9a825d6ed11cc432f3cfde9a5

Date: 2017-12-05 15:29:36 +0000

Author: Kipp Cannon <kipp.cannon@ligo.org>

Functions [hide private]
 
get_coinc_def_id(xmldoc, search, coinc_type, create_new=True, description=u'')
Wrapper for the get_coinc_def_id() method of the CoincDefiner table class in glue.ligolw.lsctables.
source code
Variables [hide private]
  __package__ = 'glue.ligolw.utils'
Function Details [hide private]

get_coinc_def_id(xmldoc, search, coinc_type, create_new=True, description=u'')

source code 

Wrapper for the get_coinc_def_id() method of the CoincDefiner table class in glue.ligolw.lsctables. This wrapper will optionally create a new coinc_definer table in the document if one does not already exist.