Changeset 36128
- Timestamp:
- Sep 17, 2013, 1:48:01 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackMatchPSFsNext.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackMatchPSFsNext.c
r36118 r36128 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; … … 104 104 // psError (PSPHOT_ERR_CONFIG, true, "target FWHM cannot be smaller than current FWHM"); 105 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; 106 107 return false; 107 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
