Skip to content
Snippets Groups Projects
Commit 8970b045 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal_inspiral_plot_sensitivity: straggler pylal reference

parent 8e3e36b7
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ def parse_command_line():
The program gstlal_inspiral_plot_sensitivity computes the sensitive volume of a CBC search from input databases containing triggers from simulation experiments. These triggers need to be ranked by false alarm rate, the detection statistic used in S6 searches. Then injections which register a trigger louder than the loudest event, by false alarm rate, are considered found. All others are considered missed. The efficiency of detecting an event depends on the source parameters, such as its component masses, distance, spin, inclination, sky position, etc. However, lalapps_cbc_svim only considers the dependency of the efficiency on distance and mass, marginalizing over the other parameters. Injections are binned in distance and mass and the estimated efficiency is integrated over distance to convert the efficiency into a physical volume.
'''
parser = OptionParser(version = git_version.verbose_msg, usage = description)
parser = OptionParser(version = __version__, usage = description)
# FAR range and resolution
parser.add_option("--xaxis-points", default = 50, type = "int", help = "Specify the number of FARs/SNRs for which to compute the search volume.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment