IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2010, 6:28:51 PM (16 years ago)
Author:
watersc1
Message:

Skycell Summary and stack Association stuff should be finished. I'll merge and do final tests on monday.

Location:
branches/czw_branch/20100519
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100519

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

    r28043 r28304  
    5151            ESCAPE("load failure for Chip");
    5252        }
    53 
     53        printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
    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 
     67        printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
    6868        psTimerStart(TIMER_DETREND);
    6969        pmCell *cell;                   // Cell from chip
     
    152152            ESCAPE("Unable to free detrend images");
    153153        }
    154 
     154        printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
    155155        // Apply the fringe correction
    156156        if (options->doFringe) {
     
    163163            ESCAPE("Unable to free fringe images");
    164164        }
    165 
     165        printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
    166166        // Apply the pattern correction
    167167        if (options->doPatternRow || options->doPatternCell) {
     
    170170          }
    171171        }
    172 
     172        printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
    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()));
    177178        if (!ppImageMosaicChip(config, options, view, "PPIMAGE.CHIP", "PPIMAGE.OUTPUT")) {
    178179            ESCAPE("Unable to mosaic chip");
     
    181182
    182183        // we perform photometry on the readouts of this chip in the output
     184        printf("PPI: %x %s\n",psErrorCodeLast(),psErrorCodeString(psErrorCodeLast()));
    183185        psTimerStart(TIMER_PHOT);
    184186        if (options->doPhotom) {
Note: See TracChangeset for help on using the changeset viewer.