mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Add Core Temperature
.. New derived data series representing an estimate of core temperature on the basis of HR changes. * shown on AllPlot and RideSummary * 2 new metrics; max and avg core temperature .. This has been based upon "Estimation of human core temperature from sequential heart rate observations" Mark J Buller, William J Tharion, Samuel N Cheuvront, Scott J Montain, Robert W Kenefick, John Castellani, William A Latzka, Warren S Roberts, Mark Richter, Odest Chadwicke Jenkins and Reed W Hoyt. (2013). Physiological Measurement. IOP Publishing 34 (2013) 781–798.
This commit is contained in:
@@ -133,7 +133,7 @@ struct SyncFileReaderState
|
||||
rideFile->setRecIntSecs(intSecs);
|
||||
rideFile->appendPoint(*secs, cad, hr, km, kph, nm, watts, alt, lng, lat, headwind, grade, temp, 0.0,
|
||||
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
|
||||
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, interval);
|
||||
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, interval);
|
||||
|
||||
*secs = *secs + intSecs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user