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

bin/gstlal_inspiral_create_prior_diststats: just call the...

bin/gstlal_inspiral_create_prior_diststats: just call the add_foreground_snrchi_prior in place of the add_foreground_prior method which was not doing exactly what we wanted anyway
parent 2933b164
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ seglists = segments.segmentlistdict.fromkeys(options.instrument, segments.segmen
if options.background_prior != 0:
coincparamsdistributions.add_background_prior(n = options.background_prior, instruments = options.instrument, verbose = options.verbose)
coincparamsdistributions.add_foreground_prior(n = options.synthesize_injection_count, segs = seglists, verbose = options.verbose)
coincparamsdistributions.add_foreground_snrchi_prior(coincparamsdistributions.injection_rates, instruments = set(seglists), 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