Changeset 26898 for trunk/ppStack/src/ppStackConvolve.c
- Timestamp:
- Feb 10, 2010, 7:41:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackConvolve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackConvolve.c
r26454 r26898 59 59 pmFPAfileActivate(config->files, false, NULL); 60 60 ppStackFileActivationSingle(config, PPSTACK_FILES_CONVOLVE, true, i); 61 if (options->convolve) {62 // XXX PPSTACK.CONV.KERNEL not defined unless convolve63 // pmFPAfileActivate(config->files, true, "PPSTACK.CONV.KERNEL");64 pmFPAfileActivateSingle(config->files, true, "PPSTACK.CONV.KERNEL", i); // Activated file65 }61 if (options->convolve) { 62 // XXX PPSTACK.CONV.KERNEL not defined unless convolve 63 // pmFPAfileActivate(config->files, true, "PPSTACK.CONV.KERNEL"); 64 pmFPAfileActivateSingle(config->files, true, "PPSTACK.CONV.KERNEL", i); // Activated file 65 } 66 66 67 67 pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PPSTACK.INPUT", i); // File of interest … … 94 94 options->origCovars->data[i] = psMemIncrRefCounter(readout->covariance); 95 95 if (!ppStackMatch(readout, options, i, config)) { 96 // XXX many things can cause a failure of ppStackMatch -- should some be handled differently? 96 97 psErrorStackPrint(stderr, "Unable to match image %d --- ignoring.", i); 97 98 options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i] |= PPSTACK_MASK_MATCH;
Note:
See TracChangeset
for help on using the changeset viewer.
