Changeset 14519
- Timestamp:
- Aug 15, 2007, 4:07:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.c
r14514 r14519 260 260 if (!weight) { 261 261 // Use the input as a rough approximation to the variance map, and HOPE that it's positive. 262 weight = input ;262 weight = input ? input : reference; 263 263 } 264 264 … … 297 297 stamp->weight = psKernelAllocFromImage(wtSub, size, size); 298 298 psFree(wtSub); // Drop reference 299 300 299 } 301 300
Note:
See TracChangeset
for help on using the changeset viewer.
