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