Changeset 25930 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Oct 22, 2009, 4:54:27 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r25875 r25930 163 163 } 164 164 165 // Apply the pattern noise correction 166 if (options->doPattern) { 167 if (!ppImageDetrendPatternApply(config,chip,view,options)) { 168 ESCAPE("Unable to apply pattern corrections"); 169 } 170 } 171 165 172 // measure various pixel-based statistics for this image 166 173 if (!ppImagePixelStats(config, stats, options, view)) {
Note:
See TracChangeset
for help on using the changeset viewer.
