Opened 13 years ago
Closed 12 years ago
#119 closed defect (fixed)
Uses the latest enter of ES instead of first.
Reported by: | Owned by: | Stein Tore Erdal | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.8 |
Component: | FsComp | Version: | 1.2.6 |
Keywords: | Scoring | Cc: |
Description
We used the same waypoint as both ES and goal with 1000m radius for ES and 400m radius for goal. If you enter ES and then exit the 1000m radius before goal(400m radius) your time will be set to the time when you enter ES and go to goal without leaving ES. I have attached a task where this happend. In this task August Sandqvist get a better score then Magnus Eriksson because of this. If you se the tracklogs fixAugus.... and fixMagnu.... it works because I remover all points between first enter of ES and first enter of Goal.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | SC Kittel 2008.zip added |
---|
comment:1 Changed 13 years ago by
Milestone: | 1.2.6 → 1.2.7 |
---|---|
Version: | → 1.2.6 |
Good catch :-)
The algoritm finds the earliest time reaching the last turnpoint then works backwards finding the last crossing times for each of the other turnpoints that will give a complete task. This works well for finding the time it took to fly the task and to find the best SS time. In this case not so good for best ES time!
Will fix.
Stein-Tore
comment:2 Changed 12 years ago by
Milestone: | 1.2.7 → 1.2.8 |
---|---|
Owner: | changed from somebody to Stein Tore Erdal |
Status: | new → assigned |
Task2 has the bug described.