- Timestamp:
- Jan 27, 2010, 11:23:32 AM (16 years ago)
- Location:
- branches/eam_branches/20091201
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageLoop.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201
- Property svn:mergeinfo changed
/trunk (added) merged: 26682,26692
- Property svn:mergeinfo changed
-
branches/eam_branches/20091201/ppImage/src/ppImageLoop.c
r25930 r26693 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.
