IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2017, 11:17:46 AM (9 years ago)
Author:
eugene
Message:

add commented-out print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpOverlaps.c

    r36083 r39980  
    7676                psDeproject (sky, TP, fpa->toSky);
    7777                psProject (FR, sky, frame);
     78
     79# if (0)
     80                fprintf (stderr, "%10.3f %10.3f | %10.3f %10.3f | %10.3f %10.3f | %10.6f %10.6f | %10.3f %10.3f\n",
     81                         CH->x, CH->y,
     82                         FP->x, FP->y,
     83                         TP->x, TP->y,
     84                         PS_DEG_RAD*sky->r, PS_DEG_RAD*sky->d,
     85                         FR->x, FR->y);
     86# endif
    7887
    7988                Pmin = PS_MIN(Pmin, FR->x);
Note: See TracChangeset for help on using the changeset viewer.