ligolw_add

igwn_ligolw.utils.ligolw_add.ligolw_add(xmldoc, urls, non_lsc_tables_ok=False, verbose=False, **kwargs)

An implementation of the LIGO LW add algorithm. urls is a list of URLs (or filenames) to load, xmldoc is the XML document tree to which they should be added. If non_lsc_tables_ok is False (the default) then the code will refuse to process documents found to contain tables not recognized by the name–>class mapping in ligolw.Table.TableByName. If verbose is True then helpful messages are printed to stderr. All remaining keyword arguments are passed to igwn_ligolw.utils.load_url().