Hey folks,I am a COGGAN man and use FTP / CTL / ATL --> great for my cycling.However, I am incorporating a lot more running into my training and wondering if there was a way to incorporate rTSS?
{
# calculate metric value
value { if (isSwim) 100*(Duration/3600)*(Average_Speed/config(SCV))^3; # http://home.trainingpeaks.com/blog/article/calculating-swimming-tss-score
else if (isRun) 110.7*(Duration/3600)^1.025*((60/xPace)/config(CV))^2; # http://forum.slowtwitch.com/forum/?post=1730370#p1730370
else TSS; # TSS for cycling is a builtin metric
}
}
CTL in Golden Cheetah is currently showing 94, but with running added from previous 42 days (rTSS in Training Peaks) i am around 120.
Will give this a whirl, really appreciate it.I haven't really been too much interested in the TSS from my running, but I am starting to build into training a lot more as i focus towards duathlon and distance running! What other metric would you accurately recommend for a duathlete?
Given i have faith to Mr. C!
Given i have faith to Mr. C!
Just to say that I am on 3.5 dev (latest beta sort of), added this custom metrics, saved it, restarted GC, but the metrics is not saved. Tried it twice... I am on a Mac 10.12.4
FWIW - I added this in and now every time I open GCthe program just fails (not responding).
I have inserted rTSS code and i got an rTSS number on the most of the workouts (ex rTSS = 49) but on little longer workouts (more than 40 minutes?) the numbers changes to 01:23 etc?