Changeset 5681 for trunk/psModules/test/astrom/tst_pmAstrometry01.c
- Timestamp:
- Dec 5, 2005, 11:28:55 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/astrom/tst_pmAstrometry01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
