- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/ppImage/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ppImage/src
- Property svn:mergeinfo changed
/trunk/ppImage/src merged: 33030,33243,33590
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/ppImage/src/ppImageLoop.c
r30655 r33638 126 126 } 127 127 128 if (!ppImageCheckNoise (config, options, view)) { 129 ESCAPE("Unable to generate noisemap"); 130 } 131 128 132 // optionally degrade a MD image to 3pi exposure times 129 133 if (!ppImageAddNoise(config, options, view, input->fpa)){ … … 170 174 171 175 // Apply the pattern correction 172 if (options->doPatternRow || options->doPatternCell ) {176 if (options->doPatternRow || options->doPatternCell || options->doPatternContinuity) { 173 177 if (!ppImageDetrendPatternApply(config,chip,view,options)) { 174 178 ESCAPE("Unable to apply pattern corrections");
Note:
See TracChangeset
for help on using the changeset viewer.
