Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALBurst 2.0.7.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
lalburst_power_meas_likelihood Namespace Reference

Functions

def parse_command_line ()
 
def T010150_basename (description, seglists)
 

Variables

 T010150_letters = set(string.ascii_lowercase + string.ascii_uppercase + string.digits + "_+#")
 
 options
 
 filenames
 
 distributions = burca_tailor.EPGalacticCoreCoincParamsDistributions()
 
 segs = segments.segmentlistdict()
 
 c
 
 s
 
 verbose
 
 file
 
 working_filename = dbtables.get_connection_filename(filename, tmp_path = options.tmp_space, verbose = options.verbose)
 
 connection = sqlite3.connect(str(working_filename))
 
 database = SnglBurstUtils.CoincDatabase(connection, options.live_time_program)
 
 params = distributions.coinc_params(events, offsetvector, MW_CENTER_J2000_RA_RAD, MW_CENTER_J2000_DEC_RAD)
 
 filename = T010150_basename(options.T010150, segs) + ".xml.gz"
 
 xmldoc = burca_tailor.gen_likelihood_control(distributions, segs)
 

Function Documentation

◆ parse_command_line()

def lalburst_power_meas_likelihood.parse_command_line ( )

Definition at line 64 of file lalburst_power_meas_likelihood.py.

◆ T010150_basename()

def lalburst_power_meas_likelihood.T010150_basename (   description,
  seglists 
)

Definition at line 194 of file lalburst_power_meas_likelihood.py.

Variable Documentation

◆ T010150_letters

lalburst_power_meas_likelihood.T010150_letters = set(string.ascii_lowercase + string.ascii_uppercase + string.digits + "_+#")

Definition at line 47 of file lalburst_power_meas_likelihood.py.

◆ options

lalburst_power_meas_likelihood.options

Definition at line 107 of file lalburst_power_meas_likelihood.py.

◆ filenames

lalburst_power_meas_likelihood.filenames

Definition at line 107 of file lalburst_power_meas_likelihood.py.

◆ distributions

lalburst_power_meas_likelihood.distributions = burca_tailor.EPGalacticCoreCoincParamsDistributions()

Definition at line 115 of file lalburst_power_meas_likelihood.py.

◆ segs

lalburst_power_meas_likelihood.segs = segments.segmentlistdict()

Definition at line 116 of file lalburst_power_meas_likelihood.py.

◆ c

lalburst_power_meas_likelihood.c

Definition at line 125 of file lalburst_power_meas_likelihood.py.

◆ s

lalburst_power_meas_likelihood.s

Definition at line 125 of file lalburst_power_meas_likelihood.py.

◆ verbose

lalburst_power_meas_likelihood.verbose

Definition at line 125 of file lalburst_power_meas_likelihood.py.

◆ file

lalburst_power_meas_likelihood.file

Definition at line 143 of file lalburst_power_meas_likelihood.py.

◆ working_filename

lalburst_power_meas_likelihood.working_filename = dbtables.get_connection_filename(filename, tmp_path = options.tmp_space, verbose = options.verbose)

Definition at line 145 of file lalburst_power_meas_likelihood.py.

◆ connection

lalburst_power_meas_likelihood.connection = sqlite3.connect(str(working_filename))

Definition at line 146 of file lalburst_power_meas_likelihood.py.

◆ database

lalburst_power_meas_likelihood.database = SnglBurstUtils.CoincDatabase(connection, options.live_time_program)

Definition at line 154 of file lalburst_power_meas_likelihood.py.

◆ params

lalburst_power_meas_likelihood.params = distributions.coinc_params(events, offsetvector, MW_CENTER_J2000_RA_RAD, MW_CENTER_J2000_DEC_RAD)

Definition at line 167 of file lalburst_power_meas_likelihood.py.

◆ filename

def lalburst_power_meas_likelihood.filename = T010150_basename(options.T010150, segs) + ".xml.gz"

Definition at line 186 of file lalburst_power_meas_likelihood.py.

◆ xmldoc

lalburst_power_meas_likelihood.xmldoc = burca_tailor.gen_likelihood_control(distributions, segs)

Definition at line 205 of file lalburst_power_meas_likelihood.py.