cluster-lensing icon indicating copy to clipboard operation
cluster-lensing copied to clipboard

Galaxy Cluster and Weak Lensing Tools

Results 5 cluster-lensing issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Currently we just have NFW profiles, but Einasto, generalized-NFW, maybe even SIS would be nice to have for completeness.

enhancement

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...

enhancement

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...

question