IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2009, 2:33:03 PM (17 years ago)
Author:
Paul Price
Message:

Unique error code for when we can't find stamps --- it indicates a data quality error, rather than an error in the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/imcombine/pmSubtractionMatch.c

    r23308 r23656  
    1818#include "pmSubtractionMask.h"
    1919#include "pmSubtractionThreads.h"
     20#include "pmSubtractionVisual.h"
     21#include "pmErrorCodes.h"
     22
    2023#include "pmSubtractionMatch.h"
    21 #include "pmSubtractionVisual.h"
    2224
    2325#define BG_STAT PS_STAT_ROBUST_MEDIAN   // Statistic to use for background
     
    7375                                      stampSpacing, mode);
    7476    if (!*stamps) {
    75         psError(PS_ERR_UNKNOWN, false, "Unable to find stamps.");
     77        psError(psErrorCodeLast(), false, "Unable to find stamps.");
    7678        return false;
    7779    }
Note: See TracChangeset for help on using the changeset viewer.