Changeset 32869
- Timestamp:
- Dec 5, 2011, 12:43:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111110/psphot/src/psphotStackMatchPSFs.c
- Property svn:mergeinfo set to
r32348 r32869 101 101 // Image Matching (PSFs or just flux) 102 102 if (options->convolve) { 103 matchKernel(config, readoutOut, readoutSrc, options, index); 103 if (!matchKernel(config, readoutOut, readoutSrc, options, index)){ 104 psError(psErrorCodeLast(), false, "Unable to match image PSF in readout."); 105 return false; 106 } 104 107 saveMatchData(readoutOut, options, index); 105 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
