LALBurst 2.0.7.1-eeff03c
lalburst_cut.py File Reference

Prototypes

def lalburst_cut.parse_command_line ()
 
def lalburst_cut.load_veto_segments (filename, verbose=False, contenthandler=None)
 
def lalburst_cut.remove_events_by_segment (contents, veto_segments)
 
def lalburst_cut.remove_events_by_parameters (contents, testfunc)
 
def lalburst_cut.remove_non_coincidences (contents)
 
def lalburst_cut.remove_skipped_injections (contents)
 
def lalburst_cut.clean_coinc_tables (contents, removed_ids)
 
def lalburst_cut.apply_filters (contents, burst_test_func, veto_segments, del_non_coincs=False, del_skipped_injections=False, verbose=False)
 
def lalburst_cut.ligolw_bucut (xmldoc, burst_test_func, veto_segments=segments.segmentlistdict(), del_non_coincs=False, del_skipped_injections=False, program=None, comment=None, verbose=False)
 
def lalburst_cut.make_keep_this_sngl_burst (options)
 

Go to the source code of this file.

Data Structures

class  lalburst_cut.DocContents
 

Namespaces

namespace  lalburst_cut
 

Variables

string lalburst_cut.process_program_name = "lalburst_cut"
 
 lalburst_cut.options
 
 lalburst_cut.paramdict
 
 lalburst_cut.filenames
 
def lalburst_cut.keep_this_sngl_burst = make_keep_this_sngl_burst(options)
 
def lalburst_cut.veto_segments = load_veto_segments(options.veto_file, verbose = options.verbose)
 
 lalburst_cut.xmldoc = ligolw_utils.load_filename(filename, verbose = options.verbose)
 
 lalburst_cut.filename
 
 lalburst_cut.verbose