Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInspiral 5.0.3.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
thinca_brute_force_coinc.py File Reference

Prototypes

def thinca_brute_force_coinc.parse_command_line ()
 

Go to the source code of this file.

Namespaces

namespace  thinca_brute_force_coinc
 

Variables

 thinca_brute_force_coinc.options
 
 thinca_brute_force_coinc.process_params
 
 thinca_brute_force_coinc.filenames
 
 thinca_brute_force_coinc.xmldoc = ligolw_utils.load_filename(filename, verbose = options.verbose)
 
 thinca_brute_force_coinc.process = ligolw_process.register_to_xmldoc(xmldoc, "brute_force_coinc", process_params)
 
 thinca_brute_force_coinc.coinctables = snglcoinc.CoincTables(xmldoc, InspiralCoincDef)
 
 thinca_brute_force_coinc.instruments = list(set(row.ifo for row in lsctables.SnglInspiralTable.get_table(xmldoc)))
 
 thinca_brute_force_coinc.dt = dict((frozenset(pair), options.delta_t + snglcoinc.light_travel_time(*pair)) for pair in itertools.combinations(instruments, 2))
 
 thinca_brute_force_coinc.sngls = dict.fromkeys(row.template_id for row in lsctables.SnglInspiralTable.get_table(xmldoc))
 
 thinca_brute_force_coinc.key
 
 thinca_brute_force_coinc.offsetvectors = lsctables.TimeSlideTable.get_table(xmldoc).as_dict()
 
 thinca_brute_force_coinc.exclude = set()
 
 thinca_brute_force_coinc.offsets = tuple(offsetvector[instrument] for instrument in select_instruments)
 
 thinca_brute_force_coinc.event_ids = frozenset(sngl.event_id for sngl in sngls)
 
 thinca_brute_force_coinc.ends = tuple((instrument, sngl.end + offset) for instrument, sngl, offset in zip(select_instruments, sngls, offsets))
 
 thinca_brute_force_coinc.filename
 
 thinca_brute_force_coinc.verbose