|
|
__init__(self,
z,
lf_params,
cosmo,
lf_args={},
lf_maglim=None,
MStar_z_slope=None,
alpha=None,
f_esc_gamma=None,
clump_fact=None,
clump_fact_func=None)
z - array of redshift values
lf_params - dictionary with keys 'z', 'MStar', 'phiStar', 'alpha'
f_esc_gamma - ionizing photon escape fraction
cosmo - cosmological parameter dict (see cosmolopy.parameters)
lf_args - dict of keyword args for luminosityfunction.LFHistory
lf_maglim - magnitude limit for interating LF
MStar_z_slope - slope of high-z M* extrapolation
alpha - faint-end slope of the LF |
source code
|
|
|
Inherited from cosmolopy.saveable.Saveable:
__getstate__,
__setstate__,
dumb_pickle_filter,
load,
save
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|