- Timestamp:
- May 8, 2010, 10:16:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphotStackMatchPSFs.c
r27876 r27883 36 36 // Generate target PSF 37 37 if (options->convolve) { 38 options->psf = p pStackPSF(config, options->numCols, options->numRows, options->psfs, options->inputMask);38 options->psf = psphotStackPSF(config, options->numCols, options->numRows, options->psfs, options->inputMask); 39 39 if (!options->psf) { 40 40 psError(psErrorCodeLast(), false, "Unable to determine output PSF.");
Note:
See TracChangeset
for help on using the changeset viewer.
