Right now, we have several YAML files in the config/ dictionary, that differ from each other only slightly. We need to have a base level config file that can be used as a template and reused. The end goal is to simplify the various yaml files by reusing the templates. This allows us to more easily expand changes to the config files, such as those in #66 .
Example in GalSim: https://github.com/GalSim-developers/GalSim/blob/releases/2.8/examples/great3/cgc_faint.yaml
Right now, we have several YAML files in the
config/dictionary, that differ from each other only slightly. We need to have a base level config file that can be used as a template and reused. The end goal is to simplify the various yaml files by reusing the templates. This allows us to more easily expand changes to the config files, such as those in #66 .Example in GalSim: https://github.com/GalSim-developers/GalSim/blob/releases/2.8/examples/great3/cgc_faint.yaml