excludeCalibrate: exclude powerpod calibration sequence

Description Usage Arguments Value See Also

View source: R/power.R

Description

excludeCalibrate processes a gps track file to summarize the power data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
excludeCalibrate(
  deltatime,
  watts,
  afterlast = TRUE,
  powerCalibrateAuto = TRUE,
  powerCalibrateTime = NA,
  maxCalDelta = 3,
  maxCalWatts = 100,
  maxminCalWatts = 3,
  minmaxCalWatts = 98,
  maxCalBurstSecs = 5,
  minBurstSize = 2000,
  loud = FALSE,
  ...
)

Arguments

deltatime

timestamp vector

watts

power vector

afterlast

zap all power readings before last calibration

powerCalibrateAuto

automatically find calibration signals if

powerCalibrateTime

number of seconds to ignore in avgpower PostCal

maxCalDelta

maximum stepsize in increasing sequence

maxCalWatts

power value at end of calibration

maxminCalWatts

largest start value for increasing sequence

minmaxCalWatts

smallest end value for increasing sequence

maxCalBurstSecs

window to look for huge values after sequence

minBurstSize

maximum realistic power reading for burst elimination

loud

print information about corrections

...

arguments to other functions

Value

a vector containing cleaned power

See Also

read_ride,excludeCalibrate, repairSensorDropOut, repairHR, repairCadence, repairPower, statsHeartRate, statsCadence, statsPower, statsGearing, statsGrade, statsSession, statsStops, statsTemp


CraigMohn/rideReadGPS documentation built on March 20, 2021, 11:57 a.m.