IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2007, 11:35:02 AM (19 years ago)
Author:
Paul Price
Message:

Inability to generate WCS should be a warning rather than an error --- calibration images won't have a WCS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMosaic.c

    r13299 r13300  
    11261126        pmAstromWCS *wcs = pmAstromWCSfromHeader(cell->hdu->header); // WCS terms for this cell
    11271127        if (!wcs) {
    1128             psError(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;
    11301130        }
    11311131
Note: See TracChangeset for help on using the changeset viewer.