cosmodesi / pyrecon

package for BAO reconstruction
BSD 3-Clause "New" or "Revised" License
9 stars 7 forks source link

Add f and bias as CL arguments #9

Closed epaillas closed 2 years ago

epaillas commented 2 years ago

When calling the stand-alone reconstruction pipeline from shell scripts, it would be useful to have the possibility to specify values for the growth rate and galaxy bias, which usually are model parameters that one needs to vary in cosmological analyses. This avoids having to modify the configuration file for each parameter combination. This pull request includes the growth rate and galaxy bias as optional command-line arguments that will overwrite those from the parameter file if provided.

adematti commented 2 years ago

Excellent, thanks! Merging!