-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is anybody using the “-c” or “--configuration” argument of the check_data.py script in C3DataUtilities? If not, I’d like to repurpose it as an output file, rather than an input file. Currently it is an input file for values of configuration parameters. But the "--parameters" argument allows you to override the defaults. Given that, I would like to output the final parameter values, after overrides are applied, and it would be natural to supply the name of this output file as the “-c” or “--configuration” argument. If this change works for everybody, the interface would be:
- default values of parameters are in a configuration file that should not be changed
- default values can be overridden by supplying a JSON string in the "--parameters" argument
- final values after overrides are written to a configuration file whose name is supplied in the "--configuration" argument
I'm especially interested in feedback (pro or con) on this from @arunveeramany, @ccoffrin, @Robbybp, @tarekelgindy, @scottgreene, @blue442, @fsafdarian, @wmakGIT, and any others using check_data.py in data preparation.