jacobic / redmapper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Python 96.1%Language:C 3.6%Language:Dockerfile 0.2%Language:Shell 0.1%