It would be helpful to create a function in pipe.py or utils.py that automatically generates a pipeline config dict and / or saved yaml file from a few user-specified options such as the run_name, GalSim config file, and ngmix config file. Most other entries are easily automated from these inputs, similar to what is done in pipe.make_test_config().
It would be helpful to create a function in
pipe.py
orutils.py
that automatically generates a pipeline config dict and / or saved yaml file from a few user-specified options such as the run_name, GalSim config file, and ngmix config file. Most other entries are easily automated from these inputs, similar to what is done inpipe.make_test_config()
.