Add more details on readme file

This commit is contained in:
Gregory Trullemans 2023-01-03 15:51:05 +01:00
parent 514798e4b4
commit f453a4a4c4
1 changed files with 17 additions and 3 deletions

View File

@ -2,16 +2,30 @@
This application read à ***XLSX file*** whitch contain trampoline routines and make some analyses : This application read à ***XLSX file*** whitch contain trampoline routines generate an XLSX file with tree tabs. On the first one, you'll find simple analyses:
- number of routines, - number of routines,
- number of unfinished routines, - number of unfinished routines,
- number of skills, - number of skills,
- mean number of skill by routine
- total difficulty
- mean difficulty by skill
- number of tucked/picked/straight skills, - 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 %)
All these results are exported in a .xlsx file. 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 tabs, you'll find a simple combination analyse.
#### Command #### Command