Changeset 27575
- Timestamp:
- Apr 1, 2010, 6:59:06 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppViz/src/ppCoord/ppCoordLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppViz/src/ppCoord/ppCoordLoop.c
r27573 r27575 73 73 pmChip *chip; // Chip from FPA 74 74 while ((chip = pmFPAviewNextChip(view, astromFile->fpa, 1))) { 75 if (!chip->process || !chip->file_exists || !chip->data_exists) {75 if (!chip->process || !chip->file_exists) { 76 76 continue; 77 77 } … … 99 99 if (bilevelAstrometry) { 100 100 if (!pmAstromReadBilevelChip (chip, hdu->header)) { 101 psError(psErrorCodeLast(), false, "Unable to read bilevel chip astrometry for input FPA."); 102 psFree(view); 103 return false; 101 psWarning("Unable to read bilevel chip astrometry for chip %s.", chipName); 102 if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) { 103 psError(psErrorCodeLast(), false, "Error saving data to files."); 104 return false; 105 } 106 continue; 104 107 } 105 108 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
