LSSTDESC / CLMM

A Python library for performing galaxy cluster mass reconstruction from weak lensing observables
BSD 3-Clause "New" or "Revised" License
24 stars 20 forks source link

Outdated docstrings in theory/parent_class.py `set_halo_density_profile` #605

Closed hsinfan1996 closed 1 year ago

hsinfan1996 commented 1 year ago

halo_profile_model can be 'nfw', 'einasto' and 'hernquist' for CCL and NC, 'nfw' for CT. massdef can be 'mean', 'critical' and 'virial'(well, not quite for CCL and CT backends, but this is a separate issue). https://github.com/LSSTDESC/CLMM/blob/c6cf806cd9b542f7286187ed0ecb6432f959a767/clmm/theory/parent_class.py#L378-L381