Skip to content

Red-sequence Matched-filter Probabilistic Percolation (redMaPPer) galaxy cluster finding algorithm.

License

Notifications You must be signed in to change notification settings

jacobic/redmapper

 
 

Repository files navigation

The red-sequence matched-filter Probabilistic Percolation (redMaPPer) Cluster Finder

This is the open-source, python version of the red-sequence matched-filter Probabilistic Percolation (redMaPPer) cluster finder, originally described in Rykoff et al. (2014), with updates described in Rozo et al. (2015) and Rykoff et al. (2016).

Installation

Installing the code is easy, and is supported on Python 2.7 and 3.5+.

cd redmapper
python setup.py install

Tests

Once installed, it is important to run all the tests:

cd redmapper/tests
nosetests

If you encounter any problems, please file an issue.

Dependencies

The following modules are required:

  • astropy
  • matplotlib
  • nose
  • pyyaml
  • fitsio
  • esutil
  • numpy
  • healpy
  • scipy
  • future
  • healsparse

How-To

Please see the redMaPPer How-To for information about running redMaPPer on your data.

About

Red-sequence Matched-filter Probabilistic Percolation (redMaPPer) galaxy cluster finding algorithm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.1%
  • C 3.6%
  • Other 0.3%