- Timestamp:
- Aug 20, 2009, 2:42:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820/ppImage/src/ppImageLoop.c
r24229 r25160 99 99 } 100 100 101 // perform the detrend analysis102 if (!ppImageParityFlip(config, options, view )) {101 // flip the image to match the native detector orientation (to match bias, flat, etc) 102 if (!ppImageParityFlip(config, options, view, true)) { 103 103 ESCAPE("Unable to detrend readout"); 104 104 } … … 132 132 ppImageDetrendRecord(cell, config, options, view); 133 133 } 134 135 // process each of the readouts 136 // XXX reset the view to the first readout? 137 while ((readout = pmFPAviewNextReadout (view, input->fpa, 1)) != NULL) { 138 if (!readout->data_exists) { 139 continue; 140 } 141 // flip the image to match the raw readout orientation 142 if (!ppImageParityFlip(config, options, view, false)) { 143 ESCAPE("Unable to detrend readout"); 144 } 145 } 146 134 147 // free detrend images potentially in use: MASK, BIAS, DARK, SHUTTER, FLAT 135 148 if (!ppImageDetrendFree (config, view)) {
Note:
See TracChangeset
for help on using the changeset viewer.
