Pārlūkot izejas kodu

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
tags/v1.8.0
Xerbo pirms 4 gadiem
vecāks
revīzija
42a2de09b1
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      dsp.c

+ 2
- 2
dsp.c Parādīt failu

@@ -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) {


Notiek ielāde…
Atcelt
Saglabāt