Changeset 12708
- Timestamp:
- Mar 30, 2007, 6:36:47 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroAstromGuess.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroAstromGuess.c
r12536 r12708 62 62 while ((chip = pmFPAviewNextChip (view, fpa, 1)) != NULL) { 63 63 psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process); 64 if (!chip->process || !chip->file_exists ) { continue; }64 if (!chip->process || !chip->file_exists || !chip->data_exists) { continue; } 65 65 66 66 // read WCS data from the corresponding header
Note:
See TracChangeset
for help on using the changeset viewer.
