mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
adjust BS to DP scaling factor
This should have been part of commit 6a514f3.
This commit is contained in:
@@ -51,7 +51,7 @@ class DanielsPoints : public RideMetric {
|
||||
if (ride->deviceType() == QString("Manual CSV")) {
|
||||
// Manual entry: use BS from dataPoints with a scaling factor
|
||||
// that works about right for long, steady rides.
|
||||
double scaling_factor = 11.0 / 58.0;
|
||||
double scaling_factor = 0.55;
|
||||
score = ride->dataPoints().first()->bs * scaling_factor;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user