tjpcov.covariance_fourier_ssc_fsky#
Classes#
Class to compute the CellxCell Halo Model Super Sample Covariance |
Module Contents#
- class tjpcov.covariance_fourier_ssc_fsky.FourierSSCHaloModelFsky(config)[source]#
Bases:
tjpcov.covariance_fourier_ssc.FourierSSCHaloModel- Class to compute the CellxCell Halo Model Super Sample Covariance
with the fsky approximation.
The SSC is computed in CCL with the “linear bias” approximation using
pyccl.halos.halo_model.halomod_Tk3D_SSC_linear_bias().Initialize the class with a config file or dictionary.
- Parameters:
config (dict or str) – If dict, it returns the configuration dictionary directly. If string, it asumes a YAML file and parses it.