mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Updated Gompertz for an-TISS
This commit is contained in:
@@ -295,7 +295,8 @@ class anTISS : public RideMetric {
|
||||
|
||||
// anTISS - Aerobic Training Impact Scoring System
|
||||
static const double a = 0.238923886004611f;
|
||||
static const double b = -12.2066385296127f;
|
||||
//static const double b = -12.2066385296127f;
|
||||
static const double b = -61.849f;
|
||||
static const double c = -1.73549567522521f;
|
||||
double anTISS = 0.0f;
|
||||
|
||||
|
||||
@@ -87,8 +87,9 @@
|
||||
// 66 18 Mar 2014 Mark Liversedge Updated aPower calculation
|
||||
// 67 22 Mar 2014 Mark Liversedge Added Anaerobic TISS prototype
|
||||
// 68 22 Mar 2014 Mark Liversedge Added dTISS prototype
|
||||
// 69 23 Mar 2014 Mark Liversedge Updated Gompertz constansts for An-TISS sigmoid
|
||||
|
||||
int DBSchemaVersion = 68;
|
||||
int DBSchemaVersion = 69;
|
||||
|
||||
DBAccess::DBAccess(Context* context) : context(context), db(NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user