Browse Source

fix calibration problem at image bottom

tags/v1.2
Thierry Leconte 20 years ago
parent
commit
d5c0a56eb4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      image.c

+ 1
- 0
image.c View File

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


Loading…
Cancel
Save