clmm.theory.ccl module
@file ccl.py Modeling using CCL
- class clmm.theory.ccl.CCLCLMModeling(massdef='mean', delta_mdef=200, halo_profile_model='nfw', validate_input=True)[source]
Bases:
CLMModeling
Object with functions for halo mass modeling
- Variables:
backend (str) -- Name of the backend being used
massdef (str) -- Profile mass definition ("mean", "critical", "virial" - letter case independent)
delta_mdef (int) -- Mass overdensity definition.
halo_profile_model (str) -- Profile model parameterization ("nfw", "einasto", "hernquist" - letter case independent)
cosmo (Cosmology) -- Cosmology object
hdpm (Object) -- Backend object with halo profiles
mdef_dict (dict) -- Dictionary with the definitions for mass
hdpm_dict (dict) -- Dictionary with the definitions for profile
mdef (ccl.halos.MassDef, None) -- Internal MassDef object
conc (ccl.halos.ConcentrationConstant, None) -- Internal ConcentrationConstant object
- clmm.theory.ccl.Modeling
alias of
CCLCLMModeling