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

bin/gstlal_inspiral_create_prior_diststats: lower prefactors range now that...

bin/gstlal_inspiral_create_prior_diststats: lower prefactors range now that noncentrality parameter bug was found
parent f6cdb3b0
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ if options.background_prior > 0:
coincparamsdistributions.add_background_prior(n = options.background_prior, instruments = options.instrument, verbose = options.verbose)
if options.synthesize_injection_count > 0:
coincparamsdistributions.add_foreground_snrchi_prior(instruments = options.instrument, n = options.synthesize_injection_count, prefactors_range = (0.0, 0.20), df = 40, verbose = options.verbose)
coincparamsdistributions.add_foreground_snrchi_prior(instruments = options.instrument, n = options.synthesize_injection_count, prefactors_range = (0.0, 0.10), df = 40, verbose = options.verbose)
#
......
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