- Timestamp:
- Oct 9, 2013, 4:14:19 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot
- Property svn:mergeinfo changed
/trunk/psphot (added) merged: 36096,36100,36107-36108,36115,36117-36119,36124,36128
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130904/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 36096,36100,36107-36108,36115,36117-36119,36124,36128
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotStackMatchPSFsNext.c
r34317 r36198 43 43 for (int i = 0; i < num; i++) { 44 44 if (!psphotStackMatchPSFsNextReadout (config, view, filerule, i, lastSize)) { 45 psError (PSPHOT_ERR_CONFIG, false, "failed to smooth image %s (%d) to target PSF", filerule, i);45 psLogMsg ("psphot", PS_LOG_INFO, "failed to smooth image %s (%d) to target PSF", filerule, i); 46 46 psImageConvolveSetThreads(oldThreads); 47 47 return false; … … 102 102 103 103 if (targetFWHM <= currentFWHM) { 104 psError (PSPHOT_ERR_CONFIG, true, "target FWHM cannot be smaller than current FWHM"); 104 // psError (PSPHOT_ERR_CONFIG, true, "target FWHM cannot be smaller than current FWHM"); 105 psLogMsg ("psphot", PS_LOG_INFO, "target FWHM (%f) is smaller than current FWHM (%f), not smoothing\n", targetFWHM, currentFWHM); 106 fwhmValues->data.F32[lastSize + 1] = currentFWHM; 105 107 return false; 106 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
