IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2018, 12:16:06 PM (8 years ago)
Author:
eugene
Message:

track number of flagged bad pixels; catch failure to read WCS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryWCS.c

    r40083 r40532  
    231231    // the value of NPLYTERM.
    232232    type = psProjectTypeFromString (ctype);
    233     if (type == PS_PROJ_NTYPE) {
     233    if (type == PS_PROJ_NONE) {
    234234        psLogMsg ("psastro", 2, "warning: unknown projection type %s\n", ctype);
    235235        return NULL;
Note: See TracChangeset for help on using the changeset viewer.