Description: "Fixes" iBike PowerTracks
iBike Power meters autopauses and will not record this somehow in the log. It is therefore difficult to compare the iBike data with other sources. For instance Garmin uses absolute time and notes pauses in the log. This is a fix that fixes the Power track and improves the reading a little:
Will adjust the "StoppedSpeed" so the iBike and activity MovingTime matches and insert the pauses to the iBike Power track.
For the record: The Garmin does not need to be in Second recording, smart mode should be better. It is likely better to not use Garmin auto-pauses as well (not confirmed).
This is not an iBike importer.
Installation/Uninstallation before 2.0.3067: Add/remove the DLL in the ST Plugins directory. (stored in the MiscPlugin folder by default). From 2.0.3067, this is handled from the ST application.
Requirements: none
Localization: English, svenska, français, español, Nederlands and pseudo Deutsch (Some printouts in English only.)
Status: A fix for racerfern
Future: It could be possible to make a better match of the pauses by using Garmin/iBike Distance track too. The algorithm will be very complicated for this, not sure if the precision will be improved.
0.1.22 2008-05-27
Update to ST 2.0.3067
0.1.21 2008-03-26
Dutch translation
0.1.19 2008-03-25
Spanish translation
0.1.18 2008-03-09
French translation (except for a few hardcoded strings)
0.1.7 2008-02-28
Changed algorithm: Will adjust the "StoppedSpeed" so the iBike and activity MovingTime matches and insert the pauses to the iBike Power track. Improves the match to some extent.
Added Edit item: FixiBikeSecondRecoringElevation. removes (some) noise introduced when using recording every second in an Edge by removing temp changes. Pseudo code: if (e[i-1] == e[i+1] && t[i+1]-t[i-1]<=2 && abs(e[i-1]-e[i])<=1){e[i]=e[i-1];} //e meter, t sec
Added Edit item: Put Power and Distance difference to the Cadence track. (If some other Power track (like GPS2Power) is imported to Distance, the difference is put in the Cadence so the variance can be seen.) Normally better to import the additional power track to Cadence directly, to compare the match.
Suggestion: Create GPS2Power track, export it and import to cadence. Match so start of both tracks look similar. You may have to adjust the Power start time for this. Use the fixer. If match in end can be improved, add remove dummy Power points, import iBike and apply fix again.
0.1.2
Settings page, possiblity to activate at import
Link on settings page and a short description
0.0.4
Initial version
* Inserts Garmin (auto) pauses to the iBike Power Track. The assumption is that the pause is done at the same time (not correct, but better than nothing). It is therefore better to use autopause in Garmin, to try to mimic the iBike behaviour.
* Streches the iBike track length to match the GPS route time. (Note that the GPS Route not always have points in the beginning/end that matches for instance the heart rate track). This is done only if the time differs more than 3 seconds.