- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/psModules
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/psModules/src/imcombine/pmSubtractionMask.c
r23851 r24557 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.
