Disable write precompensation, as it actually seems to make things worse.

This commit is contained in:
David Given
2020-02-18 22:49:12 +01:00
parent 647862cdbd
commit 1656947764

View File

@@ -84,7 +84,9 @@ void writeTracks(
}
else
{
fluxmap->precompensate(PRECOMPENSATION_THRESHOLD_TICKS, 2);
/* Precompensation actually seems to make things worse, so let's leave
* it disabled for now. */
//fluxmap->precompensate(PRECOMPENSATION_THRESHOLD_TICKS, 2);
if (outdb)
sqlWriteFlux(outdb, location.track, location.side, *fluxmap);
else