mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Aerobic TISS fixup
.. for rides with samples other than 1s recording.
This commit is contained in:
@@ -1192,7 +1192,7 @@ RideFile::recalculateDerivedSeries()
|
||||
if (CP && dataPresent.watts) {
|
||||
|
||||
// a * exp (b * exp (c * fraction of cp) )
|
||||
aTISS += a * exp(b * exp(c * (double(p->watts) / double(CP))));
|
||||
aTISS += recIntSecs_ * (a * exp(b * exp(c * (double(p->watts) / double(CP)))));
|
||||
p->atiss = aTISS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user