This is a code intended to identify and qualify galaxy clusters in large multi-band galaxy photometric surveys.
- tiling of the sky - including overlaps
- generate redshift slices
- computation of global survey quantities
- for each tile
- loop over redshift slices for detection
- merge detections over slices
- refine redshift of detections
- concatenate detections over all tiles
- for each tile
- loop over clusters:estimate richness and membership
- concatenate richnesses and membership
- merge detections and richnesses
Clone the repository and create an environment with Conda:
git clone https://github.com/linea-it/wazp && cd wazp
conda create -n wazp python=3.8
conda activate wazp
conda install -c conda-forge cfitsio=3.430
conda install -c cta-observatory sparse2d
pip install scikit-image
pip install astropy
pip install healpy
ipython kernel install --user --name=wazp