|
||
---|---|---|
core | ||
requirements | ||
.gitignore | ||
ReadMe.md | ||
analyse.py |
ReadMe.md
TraSCA
Trampoline Skill and Combination Analysis read a XLSX file whitch contain trampoline routines and generate another XLSX file with tree tabs.
On the first tab, you'll find simple analyses:
- number of routines,
- number of unfinished routines,
- number of skills,
- mean number of skill by routine
- total difficulty
- mean difficulty by skill
- number of tucked/picked/straight skills,
- number of simple/double/triple and quad summersault
- number of skill with twisting in (from no twist to 2.5 twist)
- number of skill with twisting out (from no twist to 2.5 twist)
- list of all the skill with the nummmber of occurence (in # and in %)
On the second tab, you'll find more detailled analyses with tables:
- % of position for each summersault quantity (from 1 to 4)
- % of twisting in (from no twist to 2.5 twist) for each summersault quantity (from 1 to 4)
- % of twisting in (from no twist to 2.5 twist) for each position (o, < and /)
- % of twisting out (from no twist to 2.5 twist) for each summersault quantity (from 1 to 4)
- % of twisting out (from no twist to 2.5 twist) for each position (o, < and /)
- % of twisting in (from no twist to 2.5 twist) for each twisting out (from no twist to 2.5 twist)
On the third tab, you'll find:
- a simple combination (skill linked by two) analyse and
- the mean routine computed (as far as possible)
Commands
First, create a virtual env. and install the requirements :
python3 -m venv /location/to/your/venv/
source /location/to/your/venv/project/bin/activate
pip install -r ./requirements/requirements.txt
Then, you can run the application :
python3 analyse.py for_exemple.xlsx
or
python3 analyse.py data/world/2015/men_final.xlsx