IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2009, 9:29:21 AM (17 years ago)
Author:
Paul Price
Message:

NULL out PSFs belonging to images that have already been masked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r23190 r23192  
    368368
    369369        // Generate target PSF
    370         targetPSF = ppStackPSF(config, numCols, numRows, psfs);
     370        targetPSF = ppStackPSF(config, numCols, numRows, psfs, inputMask);
    371371        psFree(psfs);
    372372        if (!targetPSF) {
Note: See TracChangeset for help on using the changeset viewer.