Code Documentation:
Software Dependencies:
Installation:
python setup.py install
Usage:
python PyMarchMadness
How To Add New Analysis To Framework:
- Create an analysis module that inherits from Analysis.BaseClass
- Implement all methods that were not defined in Analysis.BaseClass
- Insert analysis module into PyMarchMadness/Analysis/
- Select new analysis module when prompted at run-time
How To Add New Input Data:
- Add <new_folder> into InputData/
- Add data files into InputData/<new_folder>