Changeset 27838 for branches/tap_branches/ppImage/src/ppImageLoop.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageLoop.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ppImage/src/ppImageLoop.c
r25875 r27838 8 8 psError(PS_ERR_UNKNOWN, false, MESSAGE); \ 9 9 psFree(view); \ 10 pmFPAfileFreeSetStrict(false); \ 10 11 return false; \ 11 12 } … … 100 101 101 102 // flip the image to match the native detector orientation (to match bias, flat, etc) 102 if (!ppImageParityFlip(config, options, view, true)) {103 if (!ppImageParityFlip(config, options, view, true)) { 103 104 ESCAPE("Unable to detrend readout"); 104 105 } … … 131 132 132 133 // process each of the readouts 133 // XXX reset the view to the first readout?134 // XXX reset the view to the first readout? 134 135 while ((readout = pmFPAviewNextReadout (view, input->fpa, 1)) != NULL) { 135 136 if (!readout->data_exists) { … … 140 141 ESCAPE("Unable to detrend readout"); 141 142 } 142 }143 } 143 144 144 145 // free detrend images potentially in use: MASK, BIAS, DARK, SHUTTER, FLAT … … 161 162 if (!ppImageFringeFree (config, view)) { 162 163 ESCAPE("Unable to free fringe images"); 164 } 165 166 // Apply the pattern correction 167 if (options->doPatternRow || options->doPatternCell) { 168 if (!ppImageDetrendPatternApply(config,chip,view,options)) { 169 ESCAPE("Unable to apply pattern corrections"); 170 } 163 171 } 164 172
Note:
See TracChangeset
for help on using the changeset viewer.
