DiamondLightSource / PySIMRecon

Easy to use wrapper for pyCUDAsirecon, allowing the use of DV files without PRIISM
GNU General Public License v3.0
0 stars 2 forks source link

Add `depends_on` option for override settings #47

Closed thomasmfish closed 1 month ago

thomasmfish commented 2 months ago

It is confusing explicitly stating all settings when some settings aren't valid due to their dependency on others. By adding a depends_on option to SettingFormat, this can be handled better.

Closes #42