Changeset 36118
- Timestamp:
- Sep 14, 2013, 6:09:47 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackMatchPSFsNext.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackMatchPSFsNext.c
r34317 r36118 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); 105 106 return false; 106 107 }
Note:
See TracChangeset
for help on using the changeset viewer.
