Skip to content
Jaford Connor Burgad edited this page Mar 12, 2018 · 3 revisions

Some example usage of how to run the modules of the pipeline.

Assigning members of a cluster

To assign the members of a galaxy cluster we use the module Memb-assign. This module takes as input a healpix ... and ...

python -c \"import afterburner; afterburner.nike(cluster_pix=666)"

Measuring the red-sequence properties

For a member catalog we can compute the red-sequence...

Computing stellar masses

To compute the stellar mass for the members we ...

python -c "import nike; nike.parallel_compute_smass()"

Clone this wiki locally