|
| def | lalburst.snglcluster.smallest_enclosing_seg (a, b) |
| | Return the smallest segment that contains both a and b. More...
|
| |
| def | lalburst.snglcluster.weighted_average_seg (seg1, weight1, seg2, weight2) |
| | Return the segment whose start and ends are the weighted arithmetic means of the start and ends of the two input segments, using the two weights given. More...
|
| |
| def | lalburst.snglcluster.cluster_events (events, testfunc, clusterfunc, sortkeyfunc=None, bailoutfunc=None, verbose=False) |
| | Cluster the events in an event list. More...
|
| |
Go to the source code of this file.