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.

Location:
trunk/psModules/test/astrom
Files:
2 edited

Legend:

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

    r5587 r5681  
    77 *
    88 *  XXX: Untested: pmFPACheckParents()
     9 *  XXX: Create the pmHDU alloc/free function, test them here
    910 *
    10  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-11-23 23:54:30 $
     11 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-12-05 21:28:55 $
    1213 *
    1314 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  • 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.