check this out ... in walt's spreadsheet, when i calculate the injector slope without subtracting the offset, the shape of slope plot is almost the exact mirror of the kamrf graph!
ie:
Cells(j, slope) = 1000 * (60 * 60 * fuel / (Cells(j, pw)))
instead of:
Cells(j, slope) = 1000 * (60 * 60 * fuel / (Cells(j, pw) - offset))
that can't be a coincidence ... what does it mean?
ie:
Cells(j, slope) = 1000 * (60 * 60 * fuel / (Cells(j, pw)))
instead of:
Cells(j, slope) = 1000 * (60 * 60 * fuel / (Cells(j, pw) - offset))
that can't be a coincidence ... what does it mean?

thanks