Changeset 23810 for trunk/psastro/src/psastroExtractGhosts.c
- Timestamp:
- Apr 10, 2009, 3:00:23 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroExtractGhosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroExtractGhosts.c
r23669 r23810 89 89 90 90 // XXX can make a more clever model... 91 floatxFPA = -1*ref->FP->x;92 floatyFPA = -1*ref->FP->y;91 double xFPA = -1*ref->FP->x; 92 double yFPA = -1*ref->FP->y; 93 93 94 floatxChip, yChip;95 pmChip *ghostChip = psastro ExtractFindChip (&xChip, &yChip, fpa, xFPA, yFPA);94 double xChip, yChip; 95 pmChip *ghostChip = psastroFindChip (&xChip, &yChip, fpa, xFPA, yFPA); 96 96 if (!ghostChip) continue; 97 97 if (!ghostChip->cells) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
