ソースを参照

Slight changes to syncing

tags/v1.8.0
Xerbo 4年前
コミット
55e7402f88
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      dsp.c

+ 3
- 3
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) {
synced = 0;
if (corr < 0.75 * max) {
//synced = 0;
FreqLine = 1.0;
}*/
}
max = corr;

if (synced < 8) {


読み込み中…
キャンセル
保存