- Timestamp:
- Mar 5, 2013, 2:24:05 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130207
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207
- Property svn:mergeinfo changed
/trunk (added) merged: 35127-35128,35130,35133-35135,35141-35142,35148,35150-35159,35162-35167,35169-35200,35203-35218,35221-35228,35230,35232-35233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/ppStack/src/ppStackLoop.c
r34860 r35236 63 63 } 64 64 65 bool doBackground = psMetadataLookupBool(NULL, recipe, "BACKGROUND.MODEL");65 // bool doBackground = psMetadataLookupBool(NULL, recipe, "BACKGROUND.MODEL"); 66 66 67 67 // Prepare for combination 68 if (!ppStackCombinePrepare("PPSTACK.OUTPUT", "PPSTACK.OUTPUT.EXP", doBackground ? "PPSTACK.OUTPUT.BKGMODEL" : NULL, PPSTACK_FILES_STACK, stack, options, config)) {68 if (!ppStackCombinePrepare("PPSTACK.OUTPUT", "PPSTACK.OUTPUT.EXP", options->doBackground ? "PPSTACK.OUTPUT.BKGMODEL" : NULL, PPSTACK_FILES_STACK, stack, options, config)) { 69 69 psError(psErrorCodeLast(), false, "Unable to prepare for combination."); 70 70 psFree(stack); … … 146 146 147 147 // Generate median background stack here. 148 if ( doBackground && !ppStackCombineBackground(stack, options, config)) {148 if (options->doBackground && !ppStackCombineBackground(stack, options, config)) { 149 149 psError(psErrorCodeLast(), false, "Unable to generate median of background images."); 150 150 psFree(stack);
Note:
See TracChangeset
for help on using the changeset viewer.
