Changeset 17108
- Timestamp:
- Mar 24, 2008, 4:24:50 PM (18 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 4 edited
-
psastroChipAstrom.c (modified) (1 diff)
-
psastroMosaicChipAstrom.c (modified) (1 diff)
-
psastroMosaicSetAstrom.c (modified) (1 diff)
-
psastroMosaicSetMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChipAstrom.c
r16251 r17108 32 32 psTrace ("psastro", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 33 33 if (!cell->process || !cell->file_exists) { continue; } 34 if (!chip->fromFPA) { continue; } 34 35 35 36 // process each of the readouts -
trunk/psastro/src/psastroMosaicChipAstrom.c
r12806 r17108 13 13 psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process); 14 14 if (!chip->process || !chip->file_exists) { continue; } 15 if (!chip->toFPA) { continue; } 15 16 16 17 while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) { -
trunk/psastro/src/psastroMosaicSetAstrom.c
r12806 r17108 12 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 if (!chip->toFPA) { continue; } 14 15 15 16 while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) { -
trunk/psastro/src/psastroMosaicSetMatch.c
r15671 r17108 34 34 psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process); 35 35 if (!chip->process || !chip->file_exists) { continue; } 36 if (!chip->fromFPA) { continue; } 36 37 37 38 while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
