cta-observatory / protopipe

Prototype data analysis pipeline for the Cherenkov Telescope Array Observatory
https://protopipe.readthedocs.io/en/latest/
Other
5 stars 13 forks source link

Check if some YAML configs can be refactored #127

Open HealthyPear opened 3 years ago

HealthyPear commented 3 years ago

With the addition of e.g. multiple regressor configurations, some of the options are doubled and could be set from a common YAML file.

Though this would require some changes to the CLI of the scripts and the grid interface.

kosack commented 3 years ago

could be done with something like this: https://github.com/tanbro/pyyaml-include

It's too bad YAML doesn't have an include directive natively, like some other configuration formats.