Changeset 15267
- Timestamp:
- Oct 9, 2007, 1:48:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtractionMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.c
r14835 r15267 166 166 // Don't care about maskBlank 167 167 168 // If the stamp footprint is smaller than the kernel size, then we won't get much signal in the outer 169 // parts of the kernel, which can result in bad matching artifacts. 170 if (footprint < size) { 171 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 172 "Stamp footprint (%d) should be larger than or equal to the kernel size (%d)", 173 footprint, size); 174 return false; 175 } 176 168 177 // Reset the output readout, just in case 169 178 if (convolved->image) {
Note:
See TracChangeset
for help on using the changeset viewer.
