IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30499


Ignore:
Timestamp:
Feb 7, 2011, 1:32:58 PM (15 years ago)
Author:
bills
Message:

if VERBOSE print out the chip coordinates for each input point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/MatchCoords.c

    r27940 r30499  
    5353        }
    5454
    55 #ifdef notdef
    56         printf("%ld %8.1f %8.1f %s\n", i, x, y, dbImages[i].name);
    57 #endif
     55       
     56        if (VERBOSE) fprintf(stderr, "%ld %8.1f %8.1f %s\n", i, x, y, dbImages[i].name);
    5857
    5958        if ((x >= xmin && x <= xmax) && (y >= ymin && y <= ymax)) {
Note: See TracChangeset for help on using the changeset viewer.