IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 1:09:06 PM (14 years ago)
Author:
mhuber
Message:

adding option to set target FWHM mean of simple PSF for convolved stacks

File:
1 edited

Legend:

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

    r31513 r34091  
    318318    // Generate target PSF
    319319    if (options->convolve) {
    320         options->psf = ppStackPSF(config, numCols, numRows, psfs, options->inputMask);
     320        options->psf = ppStackPSF(config, numCols, numRows, psfs, options);
    321321        psFree(psfs);
    322322        if (!options->psf) {
Note: See TracChangeset for help on using the changeset viewer.