get_halo_boundary_key¶
- halotools.empirical_models.model_defaults.get_halo_boundary_key(mdef)[source]¶
For the input mass definition, return the string used to access halo table column storing the halo radius.
For example, the function will return
halo_rvir
if passed the stringvir
, and will returnhalo_r200m
if passed200m
, each of which correspond to the Halotools convention for the column storing the distance between the host halo center and host halo boundary inCachedHaloCatalog
data tables.- Parameters:
- mdef: str
String specifying the halo mass definition, e.g., ‘vir’ or ‘200m’.
- Returns:
- radius_keystr