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

Prototypes

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.

Namespaces

namespace  lalburst
 
namespace  lalburst.snglcluster