maho3 / ltu-cmass

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

Convert configuration files to hydra #6

Closed maho3 closed 4 months ago

maho3 commented 4 months ago

Previously, we were using argparse configurations to do step-by-step configuration of pipeline.

However, with the upcoming runs of large suites, we will want to standardize configurations and make small modifications as we change things.

Hydra is ideal for this.