Changeset 28334 for branches/czw_branch/20100519/ppImage/src/ppImageLoop.c
- Timestamp:
- Jun 15, 2010, 11:22:56 AM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageLoop.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
/trunk merged: 28280-28298,28300-28302,28305-28307
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ppImage/src/ppImageLoop.c
r28304 r28334 51 51 ESCAPE("load failure for Chip"); 52 52 } 53 printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast())); 53 54 54 // crosstalk measurement needs to be done on the entire chip at once, and before 55 55 // signal levels are modified by the detrending. If crosstalk measurement is … … 65 65 ESCAPE("Unable to perform crosstalk correction"); 66 66 } 67 printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast())); 67 68 68 psTimerStart(TIMER_DETREND); 69 69 pmCell *cell; // Cell from chip … … 152 152 ESCAPE("Unable to free detrend images"); 153 153 } 154 printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast())); 154 155 155 // Apply the fringe correction 156 156 if (options->doFringe) { … … 163 163 ESCAPE("Unable to free fringe images"); 164 164 } 165 printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast())); 165 166 166 // Apply the pattern correction 167 167 if (options->doPatternRow || options->doPatternCell) { … … 170 170 } 171 171 } 172 printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast())); 172 173 173 // measure various pixel-based statistics for this image 174 174 if (!ppImagePixelStats(config, stats, options, view)) { 175 175 ESCAPE("Unable to measures pixel stats for image"); 176 176 } 177 printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast())); 177 178 178 if (!ppImageMosaicChip(config, options, view, "PPIMAGE.CHIP", "PPIMAGE.OUTPUT")) { 179 179 ESCAPE("Unable to mosaic chip"); … … 182 182 183 183 // we perform photometry on the readouts of this chip in the output 184 printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast())); 184 185 185 psTimerStart(TIMER_PHOT); 186 186 if (options->doPhotom) {
Note:
See TracChangeset
for help on using the changeset viewer.
