Changeset 5681 for trunk/psModules/test/astrom
- Timestamp:
- Dec 5, 2005, 11:28:55 AM (21 years ago)
- Location:
- trunk/psModules/test/astrom
- Files:
-
- 2 edited
-
tst_pmAstrometry.c (modified) (1 diff)
-
tst_pmAstrometry01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/astrom/tst_pmAstrometry.c
r5587 r5681 7 7 * 8 8 * XXX: Untested: pmFPACheckParents() 9 * XXX: Create the pmHDU alloc/free function, test them here 9 10 * 10 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-1 1-23 23:54:30$11 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-12-05 21:28:55 $ 12 13 * 13 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii -
trunk/psModules/test/astrom/tst_pmAstrometry01.c
r5608 r5681 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-1 1-27 19:28:01$7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-12-05 21:28:55 $ 9 9 * 10 10 * XXX: Add tests were the coordinate does not transform to any legitimate cell … … 350 350 } else { 351 351 pmCoordFPAToChip(&chipCoord, &fpaCoord, tmpChip); 352 //printf("HMM: chipCoords are (%f, %f)\n", chipCoord.x, chipCoord.y);353 352 pmCoordChipToCell(&cellCoord, &chipCoord, myCell); 354 //printf("HMM: cellCoords are (%f, %f)\n", cellCoord.x, cellCoord.y);355 353 356 354 if (x != (psS32) cellCoord.x) {
Note:
See TracChangeset
for help on using the changeset viewer.
