Skip to content
Snippets Groups Projects
Commit f2c74e5f authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral_create_prior_diststats: fix typo in bandwidth function call

parent ddd48999
No related branches found
No related tags found
No related merge requests found
Pipeline #68908 passed
......@@ -116,7 +116,7 @@ def parse_command_line():
# FIXME don't hard code
if options.df == "bandwidth":
for ifo in psd:
bandwidths += [templates.bandwidth(row.mass1, row.mass1, row.spin1z, row.spin2z, f_min = 10.0, f_max = row.f_final, delta_f = 0.25, psd = psd[ifo])]
bandwidths += [templates.bandwidth(row.mass1, row.mass2, row.spin1z, row.spin2z, f_min = 10.0, f_max = row.f_final, delta_f = 0.25, psd = psd[ifo])]
horizon_factors.update(bank.horizon_factors)
if options.df == "bandwidth":
# NOTE the 1500 is tuned by looking at real data distributions
......
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