Skip to content

Commit

Permalink
Merge 0dd9641 into 73f970c
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Jan 21, 2019
2 parents 73f970c + 0dd9641 commit d2293db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nbodykit/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def compute_vdisp(mass, redshift):

def HaloRadius(mass, cosmo, redshift, mdef='vir'):
r"""
Return halo radius from halo mass, based on the specified mass definition.
Return proper halo radius from halo mass, based on the specified mass definition.
This is independent of halo profile, and simply returns
.. math::
Expand Down Expand Up @@ -471,7 +471,9 @@ def HaloRadius(mass, cosmo, redshift, mdef='vir'):
Returns
-------
radius : :class:`dask.array.Array`
a dask array holding the halo radius
a dask array holding the halo radius in 'physical Mpc/h [sic]'.
This is proper Mpc/h, to convert to comoving, divide this by scaling factor.
"""
from halotools.empirical_models import halo_mass_to_halo_radius

Expand Down

0 comments on commit d2293db

Please sign in to comment.