Changeset 9574 for trunk/psastro/src/psastroMosaicRescaleChips.c
- Timestamp:
- Oct 13, 2006, 5:10:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicRescaleChips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicRescaleChips.c
r9374 r9574 8 8 // this loop selects the matched stars for all chips 9 9 while ((chip = pmFPAviewNextChip (view, fpa, 1)) != NULL) { 10 psTrace ( __func__, 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);10 psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process); 11 11 if (!chip->process || !chip->file_exists) { continue; } 12 12
Note:
See TracChangeset
for help on using the changeset viewer.
