Changeset 32868
- Timestamp:
- Dec 5, 2011, 11:46:06 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackMatchPSFs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackMatchPSFs.c
r32348 r32868 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.
