maho3 / ltu-cmass

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

adding configuration file and preprocessing steps for obs data #28

Closed maho3 closed 2 months ago

maho3 commented 2 months ago

Here, we add a processing step in preprocessing.ipynb which reads CMASS_NGC data, applies observational masks, and saves it to our working directory. This conforms to the same data structures as used in the simulation pipeline, so it can be easily loaded into the summaries modules.

Also, a small update to Pk_nbkit.py to make summary calculation cleaner.