@pond-ts/fit API Reference
    Preparing search index...

    Interface PowerCurvePoint

    A point on the mean-maximal power curve.

    interface PowerCurvePoint {
        durationSeconds: number;
        endIndex?: number;
        startIndex?: number;
        watts: number;
    }
    Index

    Properties

    durationSeconds: number
    endIndex?: number
    startIndex?: number

    Inclusive sample range of the window that achieved it — for focusing the chart/map on where the peak happened. The caller maps these to distance / time via the prepared cum / timeSec. Absent only if no window qualified.

    watts: number

    Best average power sustained over any window of this length, watts.