Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
hms
/
aptdec
espelhamento de
https://github.com/Xerbo/aptdec
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
Slight changes to syncing
tags/v1.8.0
Xerbo
4 anos atrás
pai
6a05b7a9c1
commit
55e7402f88
1 arquivos alterados
com
3 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-3
dsp.c
+ 3
- 3
dsp.c
Ver arquivo
@@ -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) {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar