binwise_bias
Apply galaxy bias on a per-bin basis to galaxy power spectra
File |
bias/binwise_bias/binwise_bias.py |
Attribution |
CosmoSIS Team |
URL |
This module applies galaxy bias on a per-bin basis to galaxy power spectra. It reads bias values for each redshift bin and applies them to the appropriate auto- and cross-power spectra. Note that it only affects the galaxy_cl spectra not any galaxy-matter spectra.
For each pair of bins (i,j), the power spectrum is multiplied by b_i * b_j where b_i and b_j are the bias values for bins i and j respectively.
Assumptions
Galaxy bias is specified per redshift bin
Bias values are independent for each bin
Setup Parameters
None
Input values
Section |
Name |
Type |
Default |
Description |
|---|---|---|---|---|
bin_bias |
b_{i} |
real |
Galaxy bias value for bin i (b_1, b_2, …) |
|
galaxy_cl |
nbin |
int |
Number of redshift bins |
|
bin_{i}_{j} |
real 1d |
Galaxy power spectrum for bins i and j |
Output values
Section |
Name |
Type |
Description |
|---|---|---|---|
galaxy_cl |
bin_{i}_{j} |
real 1d |
Biased galaxy power spectrum for bins i and j |