- Timestamp:
- Oct 15, 2021, 8:20:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackLoopByPercent.c
r41841 r41842 5 5 assert(config); 6 6 7 // Convolve inputs (this must be called even if the convolution is turned off) 7 // Convolve inputs (this must be called even if the convolution is turned off because 8 // it performs the normalization of the inputs). 8 9 psTrace("ppStack", 1, "Convolving inputs to target PSF....\n"); 9 10 if (!ppStackConvolve(options, config)) { … … 15 16 if (options->quality) return true; // Can't do anything else 16 17 17 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSTACK_RECIPE); // ppStack recipe18 19 18 // Define threading elements 20 19 ppStackThreadData *stack = ppStackThreadDataSetup(options, config, true); … … 24 23 } 25 24 26 // Prepare for combination 25 // Prepare for combination (define outputs, generate output cells) 27 26 if (!ppStackCombinePrepare("PPSTACK.OUTPUT", "PPSTACK.OUTPUT.EXP", options->doBackground ? "PPSTACK.OUTPUT.BKGMODEL" : NULL, PPSTACK_FILES_STACK, stack, options, config)) { 28 27 psError(psErrorCodeLast(), false, "Unable to prepare for combination.");
Note:
See TracChangeset
for help on using the changeset viewer.
