You are in Guest Mode. Data is saved locally to this browser. Create an account to save to the cloud and share with teams.
Center of Gravity (Left / Rear)
โ— Base โ— Current
Baseline Cross
${ baselineRun ? baselineRun.cross_pct + '%' : '--' }
Run #${ baselineRun.scale_num }
Current Cross
${ effectiveStats.cross.toFixed(2) }%
Ghost Data Live Data
${ isEditing ? 'Editing Run #' + editingId : 'Scale Drop #' + nextNum }
CAR #
PRE-FILL ACTIVE EDIT MODE
TOTAL
${ effectiveStats.total.toFixed(1) }
Cross
${ effectiveStats.cross.toFixed(2) }%
Left
${ effectiveStats.left.toFixed(1) }%
Rear
${ effectiveStats.rear.toFixed(1) }%
Session Details
Turn Predictor
RF / LR ADJUSTMENT
${ turnPredictionResult }
SPRING ADJUSTMENT
${ cornerPredictionResult }
Record weights + turns on a run to unlock predictions.
Fuel Predictor
LF ${ fuelPred.lf }
RF ${ fuelPred.rf }
LR ${ fuelPred.lr }
RR ${ fuelPred.rr }
NEW CROSS WEIGHT
${ fuelPred.cross }%
Using ${ usingGhostData ? 'Last Run' : 'Live' } weights.
Reverse Calc
${key}${val.target}${ val.diff > 0 ? '+' : ''}${val.diff}
Waiting for weights...
History Log Runs
SelUserRunDateLFRFLRRRCrossFuelNotes
${ run.created_by } #${ run.scale_num } ${ run.date.split(' ')[1] } ${ run.date.split(' ')[0] } ${ run.lf } ${ run.rf } ${ run.lr } ${ run.rr } ${ run.cross_pct }% ${ run.fuel_lbs } ${ run.adjustment_notes }