IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27024


Ignore:
Timestamp:
Feb 21, 2010, 11:26:04 AM (16 years ago)
Author:
eugene
Message:

add test code (ifdefed out)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/gimages.c

    r25757 r27024  
    207207    date = ohana_sec_to_date (image[i].tzero);
    208208
     209    // double-check coorsd:
     210# if 0
     211    {
     212        double Rout, Dout;
     213        status = XY_to_RD (&Rout, &Dout, X, Y, &image[i].coords);
     214        fprintf (stderr, "r,d = %f,%f\n", Rout, Dout);
     215    }
     216# endif
     217
    209218    if (PixelCoords) {
    210219      gprint (GP_LOG, "%3d %s %6.1f %6.1f %20s %5d %2d %4.2f %6.3f %5.3f %5.3f %4x\n",
Note: See TracChangeset for help on using the changeset viewer.