.. delta compare to use first date range as a baseline to
compare other date ranges to.
.. only works for the bests curve in date range mode
.. in part 2 will add the model and also rides/intervals.
.. all the recent work on the CP chart has focused on absolute
watts and not taken into account w/kg !
.. this fixes that up, but still need to look at w/kg on the
model parameters stuff for the CP history chart
.. the last piece of the jigsaw for the CP chart refactoring was
to use the new model class and remove the calculation in CPPlot.
.. we have now removed the ridefilecache out of CP, the model calculation
and refactored to support multiple models.
.. looking at the briefing from Mike on Youtube it looks
like an alpha value of 0 is a compromise between -0.1
and 0.1.
.. see the video here: http://www.youtube.com/watch?v=v57NRQ-pHps
.. via a custom menu option on the chart menu (More...)
.. which means we also now have a mechanism for each chart
to add their own menu options to the More... menu
.. will no doubt need to add this to the LTM chart
.. implementation of the Veloclinic model, or at least
the first of a few potential models.
.. It may not be correct at this point, but committing
a checkpoint.
.. now has an overlay widget that can contain multiple widgets
and is user movable and resizable etc
.. we show the model derived values for now, but could add other
things at a later date (e.g. MU distribution etc).
Fixes#811.
.. fixup ride mode, interval hover crash/bugs
.. fixup interval compare mode
.. fixup rangemode
NOTE: Compare date ranges is still broken that
will be fixed in part 3.
.. basic ride, bests and model plots all working
.. Compare mode is now BROKEN !
Will fixup the rest tomorrow, needed to checkpoint
the core refactoring work.
.. the CP plot curve is a terrible mess. Mostly from
having multiple significant updates from a number
of notable developers; Sean, Dan, Mark and Damien
have all made significant contributions.
.. But the code contains lots of 'smells' and is very
difficult to follow and update
.. this update makes no functional changes but is put
in place before overhauling the code related to
"calculating" and plotting the different curves.