From 42a2de09b17b57c5cfd9161d0b3898415ca9ad6b Mon Sep 17 00:00:00 2001 From: Xerbo Date: Tue, 11 Feb 2020 20:30:59 +0000 Subject: [PATCH] Semi-fix for issues with DSP Lines are now only skipped before there is a detectable sync marker, but not after. Simply removing the part responsible for recalclating pixel offset --- dsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsp.c b/dsp.c index d32fcae..4287feb 100755 --- a/dsp.c +++ b/dsp.c @@ -245,10 +245,10 @@ int getpixelrow(float *pixelv, int nrow, int *zenith) { } // The point in which the pixel offset is recalculated - if (corr < 0.75 * max) { + /*if (corr < 0.75 * max) { synced = 0; FreqLine = 1.0; - } + }*/ max = corr; if (synced < 8) {