maho3 / ltu-cmass

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

Expand the summaries module in ltu-cmass to include all ili-summarizer methods #13

Open maho3 opened 3 months ago

maho3 commented 3 months ago

Currently, ltu-cmass only supports generating its own internal survey P(k) in cmass.summaries.Pk_nbkit. However, it would be useful if we could easily flag a configuration file to produce all the other summaries in ili-summarizer.

This would require redoing the cmass.summaries module so that it is purely a wrapper for ili-summarizer. However, we would like it to maintain the hydra configuration style of other pipeline steps.

Definition of done