Hi, i am fairly new to GoldenCheetah. i am currently using 3.6 with my Kickr Core. i am trying to understand the slope calculation that GC does in the raw data from a gpx file and where is uses it.
If i import a GPX file in train mode GC seems to use the slope directly form the altitude vs distance (alt2-alt1)*100/(dist2-dist1)*1000, however the slope displayed in the SLOPE column of the Raw Data in details of an activity doesnt match these value. the first few are exactly the same than everything diverges.
eg:
displayed
0
-3.94272
-3.24062
-1.82149
-2.80848
-1.42581
0.747658
-2.62466
-1.37619
-1.71404
-1.85442
-1.44089
-1.47958
-1.58803
-2.01122
-1.62912
Calculated
0
-3.94272
-3.24059
-1.8215
-2.8085
-1.4258
0.747659
-2.62467
-1.37621
-1.71403
-0.33783
0.192579
-3.62752
-2.90607
-7.04051
2.395183
Thoughts?