Scoring Methods

Reference documentation for every scoring method used in Virtual CP Series.

Time

Scores the time (s) spent inside the scoring window.

v1

Measures the elapsed time between the first GPS sample inside the scoring window (entry) and the last GPS sample inside the window (exit). The score is in seconds.

A pilot who slows down and spends more time descending through the window will score higher. A pilot who enters high and exits low quickly will score lower.

Scoring window

freefall(excluded)8 000 ft MSL4 000 ft MSLscoring windowtime from entry to exitexcludedexcluded

Default window: 8 000 – 4 000 ft MSL. Adjustable per competition.

Algorithm

  1. 1.Skip the plane ride. Same freefall detection as Max Flare.
  2. 2.Clip to window. Keep only points within the altitude band.
  3. 3.Score. Subtract the timestamp of the first window point from the timestamp of the last window point.

Parameters

ParameterDefaultDescription
window_hi_ft8 000Top of the scoring window in feet MSL.
window_lo_ft4 000Bottom of the scoring window in feet MSL.
freefall_threshold_ms25 m/svelD threshold used to locate freefall start and skip the plane ride.

Score breakdown

FieldDescription
window_hi_m / window_lo_mScoring window bounds in metres.
freefall_start_tTime (s from track start) where freefall was detected.
points_in_windowGPS samples within the scoring window.
entry_tTimestamp of the window entry point (s from track start).
exit_tTimestamp of the window exit point (s from track start).
time_sElapsed time in the window (s).