Changeset 15329 for trunk/psModules/src/imcombine/pmSubtractionMatch.c
- Timestamp:
- Oct 17, 2007, 12:14:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.c
r15325 r15329 283 283 284 284 stamps = pmSubtractionStampsSet(xStamp, yStamp, fluxStamp, reference->image, subMask, 285 region, stampSpacing, input ? 0 : 2 * footprint);285 region, stampSpacing, input ? 0 : footprint + size); 286 286 psFree(stampsData); 287 287 } … … 312 312 int numRejected = -1; // Number of rejected stamps in each iteration 313 313 for (int k = 0; k < iter && numRejected != 0; k++) { 314 ps Trace("psModules.imcombine", 2, "Iteration %d...\n", k);314 psLogMsg("psModules.imcombine", PS_LOG_INFO, "Iteration %d.", k); 315 315 316 316 if (!getStamps(&stamps, reference, input, subMask, weight, region, … … 342 342 goto ERROR; 343 343 } 344 psLogMsg("psModules.imcombine", PS_LOG_INFO, "%d stamps rejected on iteration %d.",345 numRejected, k);346 347 344 memCheck(" reject stamps"); 348 345 } … … 355 352 goto ERROR; 356 353 } 354 (void)pmSubtractionRejectStamps(stamps, subMask, solution, footprint, NAN, kernels); 357 355 } 358 356 psFree(stamps);
Note:
See TracChangeset
for help on using the changeset viewer.
