-
real(dl)
count_obs_window_z(this, z, winamp)
distribution function W(z) for the observed sources, used for lensing and number count spectrum
Winamp is amplitude normalized to 1 so the code can tell when the window is very small
note this is the total count distribution observed, not a fractional selection function on an underlying distribution
-
TSourceWindow :: this
-
real(dl) intent(in) :: z
-
real(dl) :: winamp
real(dl)
counts_background_z(this, z)
if counts_evolve = T this function is used to get n(z) for the source population
(not the same as the number actually observed)
TSourceWindow :: this
real(dl) intent(in) :: z
real(dl)
GetBias(this, k, a)
TSourceWindow :: this
real(dl) intent(in) :: k
real(dl) intent(in) :: a
real(dl)
Window_f_a(this, a, winamp)
distribution function as function of scale factor a
Winamp is amplitude normalized to 1 so the code can tell when the window is very small
TSourceWindow :: this
real(dl) intent(in) :: a
real(dl) :: winamp