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

Merge branch 'cherry-pick-bb93fd80' into 'master'

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

See merge request !14
parents 31cee516 0a321bfb
No related branches found
No related tags found
1 merge request!14gstlal_inspiral_mass_model: Change ligo BBH peak to 30 and alpha for ligo BBH to -2.
Pipeline #85904 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