IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37780


Ignore:
Timestamp:
Jan 3, 2015, 5:56:42 AM (12 years ago)
Author:
eugene
Message:

test print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/CursorOps.c

    r25757 r37780  
    134134  Image_to_Picture (&Sx, &Sy, Ix, Iy, picture);
    135135
     136  double IxTest, IyTest;
     137  Picture_to_Image (&IxTest, &IyTest, Sx, Sy, picture);
     138  fprintf (stderr, "dx,dy: %d,%d : %f,%f : %f,%f : %f:%f\n", picture[0].dx, picture[0].dy, Ix, Iy, Sx, Sy, IxTest, IyTest);
     139
    136140  // i_start, j_start are now limited to valid screen coordinates
    137141  *i_end = MIN (MAX (Sx, 0), picture[0].dx);
Note: See TracChangeset for help on using the changeset viewer.