|
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...
|
|