IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15288


Ignore:
Timestamp:
Oct 11, 2007, 2:01:14 PM (19 years ago)
Author:
Paul Price
Message:

It's not worth warning about the WCS, because not all chips have a WCS.

File:
1 edited

Legend:

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

    r14949 r15288  
    11571157        pmAstromWCS *wcs = pmAstromWCSfromHeader(cell->hdu->header); // WCS terms for this cell
    11581158        if (!wcs) {
    1159             psWarning("Unable to read cell WCS to generate chip WCS --- ignored.");
     1159            psTrace("psModules.camera", 1, "Unable to read cell WCS to generate chip WCS --- ignored.");
    11601160            continue;
    11611161        }
Note: See TracChangeset for help on using the changeset viewer.