Changeset 33853
- Timestamp:
- May 9, 2012, 11:07:30 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroLoadGhosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadGhosts.c
r33851 r33853 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 /* float ref_chip_x = ghost->chip->x; */ 167 /* float ref_chip_y = ghost->chip->y; */ 168 168 ghostChip = psastroFindChip (&ghost->chip->x, &ghost->chip->y, fpa, ghost->FP->x, ghost->FP->y); 169 169 // fprintf (stderr, "-> model chip position: %f, %f\n", ghost->chip->x, ghost->chip->y);
Note:
See TracChangeset
for help on using the changeset viewer.
