IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2010, 10:16:06 AM (16 years ago)
Author:
eugene
Message:

working on psphotStack psf matching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.20100506/src/psphotStackMatchPSFs.c

    r27876 r27883  
    3636    // Generate target PSF
    3737    if (options->convolve) {
    38         options->psf = ppStackPSF(config, options->numCols, options->numRows, options->psfs, options->inputMask);
     38        options->psf = psphotStackPSF(config, options->numCols, options->numRows, options->psfs, options->inputMask);
    3939        if (!options->psf) {
    4040            psError(psErrorCodeLast(), false, "Unable to determine output PSF.");
Note: See TracChangeset for help on using the changeset viewer.