superbit-collaboration / superbit-metacal

Contains a collection of routines used to perform gmix/metacalibration on simulated SuperBIT images
4 stars 1 forks source link

Make utility function to setup pipeline config file #28

Closed sweverett closed 2 years ago

sweverett commented 3 years ago

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().

sweverett commented 2 years ago

Superseded by #62. Relevant utility functions for a single pipeline run are in config.py