5 static const double tzero[3] = {23.960177, 13.307784, 9.109694};
6 static const double slope[3] = {-3.178648, -1.556668, -1.075824};
7 static const double tmax[3] = {16.00, 10.00, 6.25};
11 return (rawDelay < 0) ? (0) : ((rawDelay >
tmax[bias]) ? (
tmax[bias]) : (rawDelay));