Reworked so everything is in classes for easy expansion. Single entry point for all config files now.

This commit is contained in:
Jaret Burkett
2023-07-08 09:51:42 -06:00
parent 27df03a486
commit 37354b006e
16 changed files with 424 additions and 189 deletions

View File

@@ -33,13 +33,13 @@ Just copy that file, into the `config` folder, and rename it to `whatever_you_wa
Then you can edit the file to your liking. and call it like so:
```bash
python3 scripts/extract_locon.py "whatever_you_want"
python3 run.py "whatever_you_want"
```
You can also put a full path to a config file, if you want to keep it somewhere else.
```bash
python3 scripts/extract_locon.py "/home/user/whatever_you_want.json"
python3 run.py "/home/user/whatever_you_want.json"
```
File name is auto generated and dumped into the `output` folder. You can put whatever meta you want in the