maho3 / ltu-cmass

A modular simulator of CMASS-NGC galaxy clustering
9 stars 1 forks source link

Create a simple filtering module for ltu-cmass #11

Closed maho3 closed 5 months ago

maho3 commented 6 months ago

The goal of this task would be to set up the machinery for applying generic filter cuts on galaxy clustering data, for the purposes of masking / data alignment.

As a first step, we would apply the filtering cuts after the ngc_selection.py step. The filters should act directly to mask or weight the (ra, dec , z) fields (rdz.npy) that we would expect from observations.

We should start with simple cuts (e.g. removal of voids) and gradually progress to more complicated ones (e.g. NN weighting)

We should make a new folder within cmass to apply the filter cuts. This module should follow the conventions and configurations of other pipeline steps.

Definition of done

maho3 commented 6 months ago

Tagging @tlmakinen

maho3 commented 5 months ago

Completed in PR #27 by @suicee