Forum rules
Please always provide all needed information to identify your problems. Screenshots and detailed descriptions makes it easier for us to help
henkkramer
Neuling
Posts: 13
Joined: Thu 17. Nov 2016, 14:23

Body values

Good morning,

Is there a possiblity to add more body values other than weight and fat/water% such as waist/hip/quad/calf circumferences? I found an issue on github: https://github.com/Runalyze/Runalyze/issues/658, but it's unclear to me if it's developed or closed as "won't be bothered".

Henk
User avatar
laufhannes
Core developer
Posts: 648
Joined: Mon 29. Jul 2013, 20:59

Re: Body values

That issue is still open. Only #979 is closed as duplicate, as that one is now included in the list of #658 (which is mainly in German).

My impression is that it's hard to decide which fields to add. I guess that's a never ending list of possible fields.
User help -- short questions via Twitter, Facebook
henkkramer
Neuling
Posts: 13
Joined: Thu 17. Nov 2016, 14:23

Re: Body values

I would say use the generic *.fit file standard, as that would make it possible to integrate it with multiple platforms as well:

'body_location' => +{
'_base_type' => FIT_ENUM,
'left_leg' => 0,
'left_calf' => 1,
'left_shin' => 2,
'left_hamstring' => 3,
'left_quad' => 4,
'left_glute' => 5,
'right_leg' => 6,
'right_calf' => 7,
'right_shin' => 8,
'right_hamstring' => 9,
'right_quad' => 10,
'right_glute' => 11,
'torso_back' => 12,
'left_lower_back' => 13,
'left_upper_back' => 14,
'right_lower_back' => 15,
'right_upper_back' => 16,
'torso_front' => 17,
'left_abdomen' => 18,
'left_chest' => 19,
'right_abdomen' => 20,
'right_chest' => 21,
'left_arm' => 22,
'left_shoulder' => 23,
'left_bicep' => 24,
'left_tricep' => 25,
'left_brachioradialis' => 26,
'left_forearm_extensors' => 27,
'right_arm' => 28,
'right_shoulder' => 29,
'right_bicep' => 30,
'right_tricep' => 31,
'right_brachioradialis' => 32,
'right_forearm_extensors' => 33,
'neck' => 34,
'throat' => 35,
'waist_mid_back' => 36,
'waist_front' => 37,
'waist_left' => 38,
'waist_right' => 39,
},

And maybe the option to select which ones you would like to annotate. As this list in indeed pretty long.
User avatar
Hebe1793
Neuling
Posts: 8
Joined: Thu 19. Jan 2017, 11:00
Location: Nahe Nürnberg

FFMI

Hi, besteht die Möglichkeit, das Runalyze in Zukunft aus Körpermasse und Fettanteil den FFMI errechnet?
Runalyze v3.2.0 auf Synology DS 716+II (64-bit Quad Core CPU, 8 GB RAM)
Es gibt keine Cloud - nur Speicher in Rechnern, über die man keine Hoheit hat... 8-)

Return to “Ideas”