IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2010, 11:22:56 AM (16 years ago)
Author:
watersc1
Message:

association and jpegs look fine. random simtest errors are a bit worrying, though.

Location:
branches/czw_branch/20100519
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100519

  • branches/czw_branch/20100519/ppImage/src/ppImageLoop.c

    r28304 r28334  
    5151            ESCAPE("load failure for Chip");
    5252        }
    53         printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
     53
    5454        // crosstalk measurement needs to be done on the entire chip at once, and before
    5555        // signal levels are modified by the detrending.  If crosstalk measurement is
     
    6565          ESCAPE("Unable to perform crosstalk correction");
    6666        }
    67         printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
     67
    6868        psTimerStart(TIMER_DETREND);
    6969        pmCell *cell;                   // Cell from chip
     
    152152            ESCAPE("Unable to free detrend images");
    153153        }
    154         printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
     154
    155155        // Apply the fringe correction
    156156        if (options->doFringe) {
     
    163163            ESCAPE("Unable to free fringe images");
    164164        }
    165         printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
     165
    166166        // Apply the pattern correction
    167167        if (options->doPatternRow || options->doPatternCell) {
     
    170170          }
    171171        }
    172         printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
     172
    173173        // measure various pixel-based statistics for this image
    174174        if (!ppImagePixelStats(config, stats, options, view)) {
    175175            ESCAPE("Unable to measures pixel stats for image");
    176176        }
    177         printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
     177
    178178        if (!ppImageMosaicChip(config, options, view, "PPIMAGE.CHIP", "PPIMAGE.OUTPUT")) {
    179179            ESCAPE("Unable to mosaic chip");
     
    182182
    183183        // we perform photometry on the readouts of this chip in the output
    184         printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
     184
    185185        psTimerStart(TIMER_PHOT);
    186186        if (options->doPhotom) {
Note: See TracChangeset for help on using the changeset viewer.