Skip to content
Snippets Groups Projects
Commit 5512b611 authored by Prathamesh Joshi's avatar Prathamesh Joshi
Browse files

gstlal_inspiral_create_prior_diststats: tweaked signal model

parent 1f69cd37
No related branches found
No related tags found
No related merge requests found
Pipeline #136400 failed
......@@ -121,7 +121,7 @@ def parse_command_line():
horizon_factors.update(bank.horizon_factors)
if options.df == "bandwidth":
# don't let the bandwidth get too small
options.df = max(int(min(bandwidths)) + 1, 20) * 1.5
options.df = max(int(min(bandwidths)) + 1, 30) * 1.0
return options, process_params, filenames, template_ids, horizon_factors
......
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