IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 11:28:55 AM (21 years ago)
Author:
gusciora
Message:

Some code preparation for the release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom/tst_pmAstrometry01.c

    r5608 r5681  
    55*  @author GLG, MHPCC
    66*
    7 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-11-27 19:28:01 $
     7*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-12-05 21:28:55 $
    99*
    1010* XXX: Add tests were the coordinate does not transform to any legitimate cell
     
    350350                    } else {
    351351                        pmCoordFPAToChip(&chipCoord, &fpaCoord, tmpChip);
    352                         //printf("HMM: chipCoords are (%f, %f)\n", chipCoord.x, chipCoord.y);
    353352                        pmCoordChipToCell(&cellCoord, &chipCoord, myCell);
    354                         //printf("HMM: cellCoords are (%f, %f)\n", cellCoord.x, cellCoord.y);
    355353
    356354                        if (x != (psS32) cellCoord.x) {
Note: See TracChangeset for help on using the changeset viewer.