Description
This project is focused on making the Smile code more maintainable and readable in the long-term.
Tasks
- [ ] Conglomerate all config variables into the main function.
- [ ] Group one-function files into larger, single files. (Quantification and correction files)
- [ ] Handle imports of relevant packages in the scope of those files.
- [ ] Have each function take in global variables as parameters (So they don't rely on the global scope, which is bad practice).
Notes