Explorar el Código

fix calibration problem at image bottom

tags/v1.2
Thierry Leconte hace 20 años
padre
commit
d5c0a56eb4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      image.c

+ 1
- 0
image.c Ver fichero

@@ -151,6 +151,7 @@ for(n=0;n<nrow;n++) {
pv=pixelv[i+offset];

k=(n-telestart)/128;
if(k>=nbtele) k=nbtele-1;
kof=(n-telestart)%128;
if(kof<64) {
if(k<1) {


Cargando…
Cancelar
Guardar