Changeset 26682 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jan 25, 2010, 9:09:13 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r25930 r26682 100 100 101 101 // flip the image to match the native detector orientation (to match bias, flat, etc) 102 if (!ppImageParityFlip(config, options, view, true)) {102 if (!ppImageParityFlip(config, options, view, true)) { 103 103 ESCAPE("Unable to detrend readout"); 104 104 } … … 131 131 132 132 // process each of the readouts 133 // XXX reset the view to the first readout?133 // XXX reset the view to the first readout? 134 134 while ((readout = pmFPAviewNextReadout (view, input->fpa, 1)) != NULL) { 135 135 if (!readout->data_exists) { … … 140 140 ESCAPE("Unable to detrend readout"); 141 141 } 142 }142 } 143 143 144 144 // free detrend images potentially in use: MASK, BIAS, DARK, SHUTTER, FLAT … … 163 163 } 164 164 165 // Apply the pattern noise correction166 if (options->doPattern) {167 if (!ppImageDetrendPatternApply(config,chip,view,options)) {168 ESCAPE("Unable to apply pattern corrections");169 }170 }171 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 172 172 // measure various pixel-based statistics for this image 173 173 if (!ppImagePixelStats(config, stats, options, view)) {
Note:
See TracChangeset
for help on using the changeset viewer.
