You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Garmin HRM-Tri and HRM-Swim Heart Rate monitors can record HR data for swimming activities. These devices store the data on the monitor itself while submerged and it is sent to the main device at the end of the activity. The resulting FIT files record the HR data as additional FIT files appended to the main one. These are called chained FIT files in the documentation.
The main issue is that normal FIT lap swim activities only record pool lengths and no data during the crossing of that pool length. We only store one pseudo track point for each lentgth which is needed as only track points can record distance. The lap swim data is in the length entry and data frames for swim activities hold lenghts and not track points.
This will have to play nice w/ the swim lap editor. In HR data will be time based and we will have to correlate it somehow with the rest of the activity which is lap/length based.
Update (27 Aug 2021) Pull request #75 added support HR data in lap swim activities, the following are remaining tasks:
import HR data from lap swim activities where a HR chest strap is used -- these FIT files are using "chunks", that is multiple FIT files concatenated together
update scatter the session inspector to allow selecting HR related data series in scatter plots and best-avg plots
update the trend charts to allow selecting HR related data series for trend charts when lap-swimming activities are selected (histogram, scatter, best-avg)
update the sport zone editor to allow adding HR zones for lap swimming and update the model parameters page to show the zones.
Also check f0030.fit (and associated notes), which has inline HR data, which is imported correctly, but not shown in "Lap Swimming" mode (only in plan "Swimming" mode).
Updated the data frame for lap swim activities to include the average HR
for each length (by averaging the samples in that pool length), than
enabled the HR related charts for lap swims.
Also updated the overview and lap view panels to show average HR for the
entire session and for each lap respectively.
Co-authored-by: id1508 <[email protected]>
Garmin HRM-Tri and HRM-Swim Heart Rate monitors can record HR data for swimming activities. These devices store the data on the monitor itself while submerged and it is sent to the main device at the end of the activity. The resulting FIT files record the HR data as additional FIT files appended to the main one. These are called chained FIT files in the documentation.
The main issue is that normal FIT lap swim activities only record pool lengths and no data during the crossing of that pool length. We only store one pseudo track point for each lentgth which is needed as only track points can record distance. The lap swim data is in the length entry and data frames for swim activities hold lenghts and not track points.
This will have to play nice w/ the swim lap editor. In HR data will be time based and we will have to correlate it somehow with the rest of the activity which is lap/length based.
Update (27 Aug 2021) Pull request #75 added support HR data in lap swim activities, the following are remaining tasks:
The text was updated successfully, but these errors were encountered: