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