IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2013, 9:07:23 AM (13 years ago)
Author:
eugene
Message:

major mods to allow multichip output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/pswarp/src/pswarpMatchRange.c

    r21323 r35434  
    9898
    9999    // demo forward and backward transformation
    100 # if (0)
     100# if (1)
    101101    srcPix->x = *minX;
    102102    srcPix->y = *minY;
     
    115115    psPlaneTransformApply (srcFP, fpaSrc->fromTPA, srcTP);
    116116    psPlaneTransformApply (srcPix, chipSrc->fromFPA, srcFP);
    117     fprintf (stderr, "-> %f,%f ", srcPix->x, srcPix->y);
     117    fprintf (stderr, "-> %f,%f\n", srcPix->x, srcPix->y);
    118118# endif
    119119
Note: See TracChangeset for help on using the changeset viewer.