IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 3:16:58 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotStackMatchPSFs.c

    r28013 r29548  
    8585
    8686    // set NAN pixels to 'SAT'
     87    // XXX replace this is pmReadoutMaskInvalid?
    8788    psImageMaskType maskVal = pmConfigMaskGet("SAT", config);
    8889    if (!pmReadoutMaskNonfinite(readoutSrc, maskVal)) {
     
    106107    rescaleData(readoutOut, config, options, index);
    107108
    108     dumpImage(readoutOut, readoutSrc, index, "convolved");
     109    // dumpImage(readoutOut, readoutSrc, index, "convolved");
    109110
    110111    return true;
Note: See TracChangeset for help on using the changeset viewer.