- Timestamp:
- Mar 30, 2012, 2:54:17 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/psphot
- Property svn:mergeinfo changed
/trunk/psphot merged: 32868,32996,33030,33089,33140,33410-33411,33444,33462,33587
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 32868,32996,33030,33089,33140,33410-33411,33444,33462,33587
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/psphot/src/psphotStackMatchPSFs.c
r32348 r33640 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.
