Skip to content

Commit 5daf88d

Browse files
author
Niek Wielders
committed
changed kappa_s_and_scale_radius_and_core_radius to kappa_s_scale_radius_and_core_radius_for_duffy
1 parent 7e8bdda commit 5daf88d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

autogalaxy/profiles/mass/dark/cnfw_mcr.py

Whitespace-only changes.

autogalaxy/profiles/mass/dark/mcr_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def kappa_s_and_scale_radius_for_duffy(mass_at_200, redshift_object, redshift_so
5858

5959
return kappa_s, scale_radius, radius_at_200
6060

61-
def kappa_s_and_scale_radius_and_core_radius(mass_at_200, f_c, redshift_object, redshift_source):
61+
def kappa_s_scale_radius_and_core_radius_for_duffy(mass_at_200, f_c, redshift_object, redshift_source):
6262
"""
6363
Computes the AutoGalaxy cNFW parameters (kappa_s, scale_radius, core_radius) for an NFW halo of the given
6464
mass, enforcing the Penarrubia '12 mass-concentration relation.

0 commit comments

Comments
 (0)