rice-solar-physics / pydrad

Python tools for setting up HYDRAD runs and parsing output
https://pydrad.readthedocs.io
MIT License
4 stars 3 forks source link

Use decorator to flag config properties #80

Open wtbarnes opened 4 years ago

wtbarnes commented 4 years ago

Currently, in the setup_{initial_conditions,hydrad} methods on Configure, I just have lists of the filenames and properties for the config files that get printed. It'd be better to just stick a decorator on each of these so that they get picked up automatically into a list.