Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALBurst 2.0.7.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
bucluster.py File Reference

Prototypes

def lalburst.bucluster.append_process (xmldoc, cluster_algorithm, comment)
 
def lalburst.bucluster.add_ms_columns (xmldoc)
 
def lalburst.bucluster.add_ms_columns_to_table (sngl_burst_table)
 
def lalburst.bucluster.ExcessPowerPreFunc (sngl_burst_table)
 For speed, convert peak times to floats relative to epoch. More...
 
def lalburst.bucluster.ExcessPowerPostFunc (sngl_burst_table, offset)
 Restore peak times to absolute LIGOTimeGPS values. More...
 
def lalburst.bucluster.ExcessPowerSortKeyFunc (a)
 Sort key for grouping excess power triggers near triggers with which they might cluster. More...
 
def lalburst.bucluster.ExcessPowerBailoutFunc (a, b)
 Returns True if a's and b's (ifo, channel, seach) are different or if the periods they span are disjoint. More...
 
def lalburst.bucluster.ExcessPowerTestFunc (a, b)
 Return False if a and b cluster. More...
 
def lalburst.bucluster.ExcessPowerClusterFunc (a, b)
 Modify a in place to be a cluster constructed from a and b. More...
 
def lalburst.bucluster.OmegaClusterFunc (a, b)
 Modify a in place to be a cluster constructed from a and b. More...
 
def lalburst.bucluster.bucluster (xmldoc, program, process, prefunc, postfunc, testfunc, clusterfunc, sortkeyfunc=None, bailoutfunc=None, verbose=False)
 Run the clustering algorithm on the list of burst candidates. More...
 

Go to the source code of this file.

Namespaces

namespace  lalburst
 
namespace  lalburst.bucluster
 

Variables

string lalburst.bucluster.process_program_name = "lalburst_cluster"