IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2012, 7:59:19 PM (14 years ago)
Author:
mhuber
Message:

working version for target FWHM mean simple PSF in ppstack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/meh_branches/ppstack_test/ppStack/src/ppStackPrepare.c

    r34046 r34050  
    336336    if (options->convolve) {
    337337      //        options->psf = ppStackPSF(config, numCols, numRows, psfs, options->inputMask);
    338         options->psf = ppStackPSF(config, numCols, numRows, psfs, options);
     338        options->psf = ppStackPSF(config, numCols, numRows, psfs, options);
    339339        psFree(psfs);
    340340        if (!options->psf) {
Note: See TracChangeset for help on using the changeset viewer.