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) | |
| def lalburst_power_meas_likelihood.parse_command_line | ( | ) |
Definition at line 64 of file lalburst_power_meas_likelihood.py.
| def lalburst_power_meas_likelihood.T010150_basename | ( | description, | |
| seglists | |||
| ) |
Definition at line 194 of file lalburst_power_meas_likelihood.py.
| 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.
| lalburst_power_meas_likelihood.options |
Definition at line 107 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.filenames |
Definition at line 107 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.distributions = burca_tailor.EPGalacticCoreCoincParamsDistributions() |
Definition at line 115 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.segs = segments.segmentlistdict() |
Definition at line 116 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.c |
Definition at line 125 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.s |
Definition at line 125 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.verbose |
Definition at line 125 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.file |
Definition at line 143 of file lalburst_power_meas_likelihood.py.
| 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.
| lalburst_power_meas_likelihood.connection = sqlite3.connect(str(working_filename)) |
Definition at line 146 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.database = SnglBurstUtils.CoincDatabase(connection, options.live_time_program) |
Definition at line 154 of file lalburst_power_meas_likelihood.py.
| 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.
| def lalburst_power_meas_likelihood.filename = T010150_basename(options.T010150, segs) + ".xml.gz" |
Definition at line 186 of file lalburst_power_meas_likelihood.py.
| lalburst_power_meas_likelihood.xmldoc = burca_tailor.gen_likelihood_control(distributions, segs) |
Definition at line 205 of file lalburst_power_meas_likelihood.py.