- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/psphot
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/psphot/src
- Property svn:ignore
-
old new 24 24 psphotModelTest 25 25 psphotMinimal 26 psphotFullForce 27 psmakecff 28 psphotFullForceSummary
-
- Property svn:mergeinfo deleted
- Property svn:ignore
-
branches/eam_branches/ipp-ops-20130712/psphot/src/psphotStackMatchPSFsNext.c
r34317 r37066 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; 107 pmReadoutMaskInvalid(readout, maskVal, maskSat); 105 108 return false; 106 109 }
Note:
See TracChangeset
for help on using the changeset viewer.
