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

gstlal_inspiral_mass_model: make BBH model peak at 100

parent 3487481c
No related branches found
No related tags found
No related merge requests found
......@@ -79,9 +79,9 @@ ligo_alpha = -1.5
ligonorm = schechter_norm(ligo_min, ligo_max, ligo_peak, ligo_alpha)
bbh_min = 3
bbh_max = 30
bbh_peak = 30
bbh_alpha = -1
bbh_max = 100
bbh_peak = 100
bbh_alpha = -1.5
bbhnorm = schechter_norm(bbh_min, bbh_max, bbh_peak, bbh_alpha)
for row in sngl_inspiral_table:
......
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