Command line interface
This MR adds a command line interface using click. The configuration is stored in trap_config.toml. Arguments can also be passed using environment variables or via the command line. There are two scripts to call from the command line:
- trap-run: run the pipeline
- trap-view: visualize the data
An example usage would be trap-run -i tests/data/lofar1/ --db_overwrite
, which would use the defaults in the configuration file
Edited by Timo Millenaar