Skip to content
Snippets Groups Projects
Commit bb93fd80 authored by Surabhi Sachdev's avatar Surabhi Sachdev
Browse files

gstlal_inspiral_mass_model: Change ligo BBH peak to 30 and alpha for ligo BBH to -2.

(cherry picked from commit d275c280)
parent 778ef907
No related branches found
No related tags found
1 merge request!13gstlal_inspiral_mass_model: Change ligo BBH peak to 30 and alpha for ligo BBH to -2.
Pipeline #85682 passed with warnings
......@@ -73,9 +73,9 @@ prob = {}
mchirps = {}
ligo_min = 3
ligo_max = 60
ligo_peak = 60
ligo_alpha = -1.5
ligo_max = 30
ligo_peak = 30
ligo_alpha = -2.0
ligonorm = schechter_norm(ligo_min, ligo_max, ligo_peak, ligo_alpha)
bbh_min = 3
......
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