Changeset 42382 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Feb 8, 2023, 11:57:40 AM (3 years ago)
- Location:
- trunk/ppImage
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/ppImage (added) merged: 42148,42158,42161,42166-42167,42171,42185,42214,42372
- Property svn:mergeinfo changed
-
trunk/ppImage/src/ppImageLoop.c
r39501 r42382 172 172 173 173 // Apply the fringe correction 174 if (options->doFringe) { 175 if (!ppImageDetrendFringeApply(config, chip, view, options)) { 176 ESCAPE("Unable to defringe"); 177 } 174 if (!ppImageDetrendFringeApply(config, chip, view, options)) { 175 ESCAPE("Unable to defringe"); 178 176 } 179 177 … … 183 181 } 184 182 185 // Apply the pattern correction 186 if (options->doPatternRow || options->doPatternCell || options->doPatternContinuity) { 187 if (!ppImageDetrendPatternApply(config,chip,view,options)) { 188 ESCAPE("Unable to apply pattern corrections"); 189 } 183 // Apply the pattern correction (only done if requested) 184 if (!ppImageDetrendPatternApply(config,chip,view,options)) { 185 ESCAPE("Problem applying pattern corrections"); 190 186 } 191 187
Note:
See TracChangeset
for help on using the changeset viewer.
