Skip to content
Snippets Groups Projects
Commit 8276c3c7 authored by chad.hanna's avatar chad.hanna
Browse files

gstlal-inspiral/bin/gstlal_ll_inspiral_pipe: remove thinca interval

parent 46e83a23
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,6 @@ def parse_command_line():
parser.add_option("--marginalized-likelihood-file", help = "set the marginalized likelihood file, required")
parser.add_option("--control-peak-time", default = 4, metavar = "secs", help = "set the control peak time, default 4")
parser.add_option("--fir-stride", default = 4, metavar = "secs", help = "set the fir bank stride, default 4")
parser.add_option("--thinca-interval", default = 10, metavar = "secs", help = "set the thinca interval, default 10")
parser.add_option("--gracedb-far-threshold", type = "float", help = "false alarm rate threshold for gracedb (Hz), if not given gracedb events are not sent")
parser.add_option("--gracedb-search", default = "LowMass", help = "gracedb type, default LowMass")
parser.add_option("--gracedb-pipeline", default = "gstlal", help = "gracedb type, default gstlal")
......@@ -457,7 +456,6 @@ for num_insp_nodes, (svd_banks, likefile, zerolikefile) in enumerate(zip(bank_gr
"gracedb-pipeline":options.gracedb_pipeline,
"gracedb-search":options.gracedb_search,
"gracedb-service-url":options.gracedb_service_url,
"thinca-interval":options.thinca_interval,
"job-tag":jobTags[-1],
"likelihood-snapshot-interval":options.likelihood_snapshot_interval,
"min-instruments":options.min_instruments,
......@@ -521,7 +519,6 @@ for num_insp_nodes, (svd_banks, likefile, zerolikefile) in enumerate(zip(bank_gr
"gracedb-pipeline":options.inj_gracedb_pipeline,
"gracedb-search":options.inj_gracedb_search,
"gracedb-service-url":options.inj_gracedb_service_url,
"thinca-interval":options.thinca_interval,
"job-tag":inj_jobTags[-1],
"likelihood-snapshot-interval":options.likelihood_snapshot_interval,
"min-instruments":options.min_instruments,
......
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