Commit 71bb6585 authored by Siyuan Chen's avatar Siyuan Chen

fixed the redshift range to be the same as the sampling run

parent 47c5d4c9
......@@ -24,7 +24,7 @@ def Mbh(Mstar,alpha,beta):
def conf_hmz(schains, directory, injection=None, data=None, priorChains=None, modelLoc=None, function=None):
M1 = numpy.linspace(9,12,25)
q = numpy.linspace(0.25,1,10)
z = numpy.linspace(0.01,5.,15)
z = numpy.linspace(0.,1.5,5)
f = numpy.linspace(-9.,-6.,15)
if data is None:
fbin = 1./(60.*3.154e7) # one over twice tobs in s (half bin width)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment