autogalaxy.profiles.mass.gNFWVirialMassConcSph#
- class gNFWVirialMassConcSph[source]#
Bases:
gNFWSphSpherical gNFW profile initialized with the virial mass and c_2 concentration of the halo.
The virial radius of the halo is defined as the radius at which the density of the halo equals overdens * the critical density of the Universe. r_vir = (3*m_vir/4*pi*overdens*critical_density)^1/3.
If the overdens parameter is set to 0, the virial overdensity of Bryan & Norman (1998) will be used.
- Parameters:
centre (
Tuple[float,float]) – The (y,x) arc-second coordinates of the profile centre.log10m_vir (
float) – The log10(virial mass) of the dark matter halo.c_2 (
float) – The c_2 concentration of the dark matter halo, which equals r_vir/r_2, where r_2 is the radius at which the logarithmic density slope equals -2.overdens (
float) – The spherical overdensity used to define the virial radius of the dark matter halo: r_vir = (3*m_vir/4*pi*overdens*critical_density)^1/3. If this parameter is set to 0, the virial overdensity of Bryan & Norman (1998) will be used.redshift_object (
float) – Lens redshift.redshift_source (
float) – Source redshift.inner_slope (
float) – The inner slope of the dark matter halo’s gNFW density profile.
Methods
angleThe position angle in degrees of the major-axis of the ellipse defined by profile, defined counter clockwise from the positive x-axis (0.0 > angle > 180.0).
angle_radiansThe position angle in radians of the major-axis of the ellipse defined by profile, defined counter clockwise from the positive x-axis (0.0 > angle > 2pi).
angle_to_profile_grid_fromThe angle between each angle theta on the grid and the profile, in radians.
axis_ratioThe ratio of the minor-axis to major-axis (b/a) of the ellipse defined by profile (0.0 > q > 1.0).
concentrationconcentration_funcconvergence_2d_fromCalculate the projected convergence at a given set of arc-second gridded coordinates.
convergence_funcReturns the convergence of the mass profile as a function of the radial coordinate.
coord_func_fcoord_func_gVectorized version of the original looped coord_func_g_jit.
coord_func_hdeflections_2d_via_mge_fromdeflections_2d_via_potential_2d_fromReturns the 2D deflection angles of the mass profile by numerically differentiating the lensing potential on the input grid.
deflections_yx_2d_fromReturns the 2D deflection angles of the mass profile from a 2D grid of Cartesian (y,x) coordinates.
delta_concentrationdensity_3d_funcdensity_between_circular_annuliCalculate the mass between two circular annuli and compute the density by dividing by the annuli surface area.
eccentric_radii_grid_fromConvert a grid of (y,x) coordinates to an eccentric radius: :math: axis_ratio^0.5 (x^2 + (y^2/q))^0.5
elliptical_radii_grid_fromConvert a grid of (y,x) coordinates to their elliptical radii values: :math: (x^2 + (y^2/q))^0.5
extract_attributeReturns an attribute of a class and its children profiles in the galaxy as a ValueIrregular or Grid2DIrregular object.
hasReturns True if any attribute of this profile is an instance of the input class cls, else False.
mass_angular_within_circle_fromIntegrate the mass profiles's convergence profile to compute the total mass within a circle of specified radius.
mass_at_200_solar_massesmass_integralIntegrand used by mass_angular_within_circle_from to compute the total projected mass within a circle.
potential_2d_fromReturns the 2D lensing potential of the mass profile from a 2D grid of Cartesian (y,x) coordinates.
potential_funcReturns the integrand of the lensing potential at a single point, used in numerical integration schemes for computing the potential from the mass profile's convergence.
radial_deflection_fromradial_grid_fromConvert a grid of (y, x) coordinates, to their radial distances from the profile centre (e.g. :math: r = sqrt(x**2 + y**2)).
radius_at_200Returns r_{200m} for this halo in arcseconds
rho_at_scale_radius_solar_mass_per_kpc3The Cosmic average density is defined at the redshift of the profile.
rotated_grid_from_reference_frame_fromRotate a grid of (y,x) coordinates which have been transformed to the elliptical reference frame of a profile back to the original unrotated coordinate grid reference frame.
transformed_from_reference_frame_grid_fromTransform a grid of (y,x) coordinates from the reference frame of the profile to the original observer reference frame.
transformed_to_reference_frame_grid_fromTransform a grid of (y,x) coordinates to the reference frame of the profile.
vmapped_deflections_fromAttributes
average_convergence_of_1_radiusThe radius a critical curve forms for this mass profile, e.g. where the mean convergence is equal to 1.0.
ellipticity_rescaleA rescaling factor applied to account for the ellipticity of the mass profile when computing the Einstein radius from the average convergence equals unity criterion.
epsrel