firecrown.models.cluster.deltasigma =================================== .. py:module:: firecrown.models.cluster.deltasigma .. autoapi-nested-parse:: Module to compute the cluster excess surface mass density (delta sigma). The galaxy cluster delta sigma integral is a combination of both theoretical and phenomenological predictions. This module contains the classes and functions that produce those predictions. Classes ------- .. autoapisummary:: firecrown.models.cluster.deltasigma.ClusterDeltaSigma Module Contents --------------- .. py:class:: ClusterDeltaSigma(mass_interval, z_interval, halo_mass_function, conc_parameter = False) Bases: :py:obj:`firecrown.models.cluster.abundance.ClusterAbundance` .. autoapi-inheritance-diagram:: firecrown.models.cluster.deltasigma.ClusterDeltaSigma :parts: 1 The class that calculates the predicted delta sigma of galaxy clusters. The excess density surface mass density is a function of a specific cosmology, a mass and redshift range, an area on the sky, as well as multiple kernels, where each kernel represents a different distribution involved in the final cluster shear integrand. .. py:attribute:: conc_parameter :value: False .. py:method:: delta_sigma(log_mass, z, radius_center) Delta sigma for clusters.