cluster-lensing
cluster-lensing copied to clipboard
Galaxy Cluster and Weak Lensing Tools
This package has been reviewed by the Astropy coordination committee for inclusion in the Astropy affiliated package ecosystem. We have adopted a (new) review process for affiliated package that includes...
Currently the default cosmology for `ClusterEnsemble()` is `astropy.cosmology.Planck13`, but we should eventually update to `astropy.cosmology.Planck15`, or newer if something else comes out. Note that this will cause many tests to...
Currently we just have NFW profiles, but Einasto, generalized-NFW, maybe even SIS would be nice to have for completeness.
Prior to this being a pure Python package, parallel-programming was an option for the [C code](https://github.com/jesford/smd-nfw), through use of the OpenMP framework. It would be nice to implement parallel-processing in...
Currently the user specifies the radial bins when instantiating `SurfaceMassDensity()` (or else default `rbins` are set). These bins are then passed on to the methods that calculate the profiles. It...