Changeset 13300
- Timestamp:
- May 7, 2007, 11:35:02 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.c
r13299 r13300 1126 1126 pmAstromWCS *wcs = pmAstromWCSfromHeader(cell->hdu->header); // WCS terms for this cell 1127 1127 if (!wcs) { 1128 ps Error(PS_ERR_UNEXPECTED_NULL, false, "Unable to read cell WCS to generate chip WCS.");1129 return false;1128 psWarning("Unable to read cell WCS to generate chip WCS --- ignored."); 1129 continue; 1130 1130 } 1131 1131
Note:
See TracChangeset
for help on using the changeset viewer.
