- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo deleted
-
branches/pap/psModules/src/imcombine/pmSubtractionMask.c
r23851 r25027 6 6 #include <pslib.h> 7 7 8 #include "pmErrorCodes.h" 8 9 #include "pmSubtraction.h" 9 10 #include "pmSubtractionKernels.h" … … 78 79 } 79 80 if (numBad > badFrac * numCols * numRows) { 80 psError(P S_ERR_BAD_PARAMETER_VALUE, true,81 psError(PM_ERR_SMALL_AREA, true, 81 82 "Fraction of bad pixels (%d/%d=%f) exceeds limit (%f)\n", 82 83 numBad, numCols * numRows, (float)numBad/(float)(numCols * numRows), badFrac);
Note:
See TracChangeset
for help on using the changeset viewer.
