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

gstlal_inspiral_mass_model: make a LIGO compatible BBH distribution

parent 3ddc4fd1
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,9 @@ prob = {}
mchirps = {}
ligo_min = 3
ligo_max = 200
ligo_peak = 200
ligo_alpha = -2.5
ligo_max = 30
ligo_peak = 30
ligo_alpha = -1
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