IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2016, 9:24:47 AM (10 years ago)
Author:
eugene
Message:

remove some dangerous test prints, add image seq to gimages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/ImageOps.c

    r39343 r39347  
    5353  n = 0;
    5454  for (i = 0; i < Nimage; i++) {
    55     if (i != n) {
    56       fprintf (stderr, "skipped %s\n", image[subset[n]].name);
    57     }
    5855    if (TimeSelect && ((image[i].tzero < tzero) || (image[i].tzero+image[i].trate*image[i].NY > tzero + trange))) {
    59       fprintf (stderr, "skipping %s\n", image[i].name);
     56      // fprintf (stderr, "skipping %s\n", image[i].name);
    6057      continue;
    6158    }
     
    9188            corners touching the region **/
    9289      }
    93       fprintf (stderr, "skipping %s\n", image[i].name);
     90      // fprintf (stderr, "skipping %s\n", image[i].name);
    9491      continue;
    9592    }
     
    118115            corners touching the region **/
    119116      }
    120       fprintf (stderr, "skipping %s\n", image[i].name);
     117      // fprintf (stderr, "skipping %s\n", image[i].name);
    121118      continue;
    122119    }
Note: See TracChangeset for help on using the changeset viewer.