Changeset 33992
- Timestamp:
- Jun 7, 2012, 2:55:33 PM (14 years ago)
- File:
-
- 1 edited
-
tags/ipp-20120404/psastro/src/psastroLoadGhosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20120404/psastro/src/psastroLoadGhosts.c
r33854 r33992 164 164 pmChip *ghostChip = psastroFindChip (&ghost->chip->x, &ghost->chip->y, fpa, -ghost->srcFP->x, -ghost->srcFP->y); 165 165 // fprintf (stderr, "raw chip position: %f, %f ", ghost->chip->x, ghost->chip->y); 166 /* float ref_chip_x = ghost->chip->x; */ 167 /* float ref_chip_y = ghost->chip->y; */ 166 #if PS_TRACE_ON 167 float ref_chip_x = ghost->chip->x; 168 float ref_chip_y = ghost->chip->y; 169 #endif 168 170 ghostChip = psastroFindChip (&ghost->chip->x, &ghost->chip->y, fpa, ghost->FP->x, ghost->FP->y); 169 171 // fprintf (stderr, "-> model chip position: %f, %f\n", ghost->chip->x, ghost->chip->y);
Note:
See TracChangeset
for help on using the changeset viewer.
