LALBurst 2.0.7.1-eeff03c
lalburst_cluster Namespace Reference

Functions

def parse_command_line ()
 

Variables

 options
 
 filenames
 
dictionary prefunc
 
dictionary postfunc
 
dictionary testfunc
 
dictionary sortkeyfunc
 
dictionary bailoutfunc
 
dictionary clusterfunc
 
 xmldoc = ligolw_utils.load_filename(filename, verbose = options.verbose)
 
 process = bucluster.append_process(xmldoc, cluster_algorithm = options.cluster_algorithm, comment = options.comment)
 
 changed
 
 program
 
 verbose
 
 filename
 

Function Documentation

◆ parse_command_line()

def lalburst_cluster.parse_command_line ( )

Definition at line 54 of file lalburst_cluster.py.

Variable Documentation

◆ options

lalburst_cluster.options

Definition at line 87 of file lalburst_cluster.py.

◆ filenames

lalburst_cluster.filenames

Definition at line 87 of file lalburst_cluster.py.

◆ prefunc

lalburst_cluster.prefunc
Initial value:
1= {
2 "excesspower": bucluster.ExcessPowerPreFunc
3}[options.cluster_algorithm]

Definition at line 90 of file lalburst_cluster.py.

◆ postfunc

lalburst_cluster.postfunc
Initial value:
1= {
2 "excesspower": bucluster.ExcessPowerPostFunc
3}[options.cluster_algorithm]

Definition at line 93 of file lalburst_cluster.py.

◆ testfunc

lalburst_cluster.testfunc
Initial value:
1= {
2 "excesspower": bucluster.ExcessPowerTestFunc
3}[options.cluster_algorithm]

Definition at line 96 of file lalburst_cluster.py.

◆ sortkeyfunc

lalburst_cluster.sortkeyfunc
Initial value:
1= {
2 "excesspower": bucluster.ExcessPowerSortKeyFunc
3}[options.cluster_algorithm]

Definition at line 99 of file lalburst_cluster.py.

◆ bailoutfunc

lalburst_cluster.bailoutfunc
Initial value:
1= {
2 "excesspower": bucluster.ExcessPowerBailoutFunc
3}[options.cluster_algorithm]

Definition at line 102 of file lalburst_cluster.py.

◆ clusterfunc

lalburst_cluster.clusterfunc
Initial value:
1= {
2 "excesspower": bucluster.ExcessPowerClusterFunc
3}[options.cluster_algorithm]

Definition at line 105 of file lalburst_cluster.py.

◆ xmldoc

lalburst_cluster.xmldoc = ligolw_utils.load_filename(filename, verbose = options.verbose)

Definition at line 115 of file lalburst_cluster.py.

◆ process

lalburst_cluster.process = bucluster.append_process(xmldoc, cluster_algorithm = options.cluster_algorithm, comment = options.comment)

Definition at line 125 of file lalburst_cluster.py.

◆ changed

lalburst_cluster.changed

Definition at line 131 of file lalburst_cluster.py.

◆ program

lalburst_cluster.program

Definition at line 133 of file lalburst_cluster.py.

◆ verbose

lalburst_cluster.verbose

Definition at line 141 of file lalburst_cluster.py.

◆ filename

lalburst_cluster.filename

Definition at line 155 of file lalburst_cluster.py.