- Timestamp:
- Aug 20, 2009, 5:48:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820/ppImage/src/ppImageLoop.c
r25160 r25164 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 } 105 106 // XXX TEST:107 // psphotSaveImage (NULL, readout->image, "test.image.fits");108 105 109 106 // XXX set the options->*Mask values here (after the mask images have been loaded … … 174 171 } 175 172 timeDetrend += psTimerClear(TIMER_DETREND); 176 177 173 178 174 // we perform photometry on the readouts of this chip in the output
Note:
See TracChangeset
for help on using the changeset viewer.
