clmm.theory.cluster_toolkit module

@file cluster_toolkit.py Modeling using cluster_toolkit

class clmm.theory.cluster_toolkit.CTCLMModeling(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" - letter case independent)

  • delta_mdef (int) -- Mass overdensity definition.

  • halo_profile_model (str) -- Profile model parameterization ("nfw" - 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

clmm.theory.cluster_toolkit.Modeling

alias of CTCLMModeling