From f453a4a4c49bb5817b7f1f39857396a6bdf31351 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Tue, 3 Jan 2023 15:51:05 +0100 Subject: [PATCH] Add more details on readme file --- ReadMe.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 8f266bb..b64c2c2 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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 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 %) -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