Best aPower

Peak aPower durations now computed and cached;

* updated RideFileCache to work with aPower
* CP curve now allows you to plot aPower
* LTM plot allows you to plot aPower peaks
* DataFilter allows 'best(apower, duration)' function
This commit is contained in:
Mark Liversedge
2013-11-06 16:41:25 +00:00
parent 4026ff87bd
commit b23ed51fa4
7 changed files with 59 additions and 8 deletions

View File

@@ -586,6 +586,7 @@ RideFile::isDataPresent(SeriesType series)
case kph : return dataPresent.kph; break;
case nm : return dataPresent.nm; break;
case watts : return dataPresent.watts; break;
case aPower : return dataPresent.apower; break;
case alt : return dataPresent.alt; break;
case lon : return dataPresent.lon; break;
case lat : return dataPresent.lat; break;