IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2010, 3:55:26 PM (16 years ago)
Author:
Paul Price
Message:

Fix error codes from pmSubtractionStampsGetWindow so that failure to determine the normalisation window is treated as a failure in the stamps (i.e., bad data quality).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.c

    r26893 r26980  
    725725    psTrace("psModules.imcombine", 3, "Normalisation window radius set to %d\n", stamps->normWindow);
    726726    if (stamps->normWindow == 0 || stamps->normWindow >= size) {
    727         psError(PS_ERR_UNKNOWN, true, "Unable to determine normalisation window size.");
     727        psError(PM_ERR_STAMPS, true, "Unable to determine normalisation window size.");
    728728        return false;
    729729    }
Note: See TracChangeset for help on using the changeset viewer.