- Timestamp:
- Apr 13, 2022, 10:53:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ppImage/src/ppImageLoop.c
r42166 r42167 171 171 } 172 172 173 // Apply the pattern correction174 // XX if (options->checkCellFailures) {175 // XX if (!ppImageDetrendPatternCellFailures(config,chip,view,options)) {176 // XX ESCAPE("Unable to apply pattern corrections");177 // XX }178 // XX }179 180 181 173 // Apply the fringe correction 182 if (options->doFringe) { 183 if (!ppImageDetrendFringeApply(config, chip, view, options)) { 184 ESCAPE("Unable to defringe"); 185 } 174 if (!ppImageDetrendFringeApply(config, chip, view, options)) { 175 ESCAPE("Unable to defringe"); 186 176 } 187 177 … … 191 181 } 192 182 193 // Apply the pattern correction 194 if (options->doPatternRow || options->doPatternCell || options->doPatternContinuity) { 195 if (!ppImageDetrendPatternApply(config,chip,view,options)) { 196 ESCAPE("Unable to apply pattern corrections"); 197 } 183 // Apply the pattern correction (only done if requested) 184 if (!ppImageDetrendPatternApply(config,chip,view,options)) { 185 ESCAPE("Problem applying pattern corrections"); 198 186 } 199 187
Note:
See TracChangeset
for help on using the changeset viewer.
