Updated Gompertz for an-TISS

This commit is contained in:
Mark Liversedge
2014-03-23 16:09:27 +00:00
parent 95ea10a89d
commit 051fb42f29
2 changed files with 4 additions and 2 deletions

View File

@@ -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;

View File

@@ -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)
{