- Timestamp:
- Apr 1, 2014, 11:03:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubMatchPSFs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140206/ppSub/src/ppSubMatchPSFs.c
r36441 r36627 156 156 psLogMsg("ppSub", PS_LOG_INFO, "Input FWHM: %f\nReference FWHM: %f\n", inFWHM, refFWHM); 157 157 if (!isfinite(inFWHM) || !isfinite(refFWHM)) { 158 #ifdef SET_QUALITY_INSTEAD_OF_ERROR 158 159 psErrorStackPrint(stderr, "Cannot determine FHWM for images, giving up."); 159 160 int error = psErrorCodeLast(); // Error code 160 161 ppSubDataQuality(data, error, PPSUB_FILES_ALL); 161 162 return true; 163 #else 164 psError(PPSUB_ERR_DATA, false, "Cannot determine FHWM for images, giving up."); 165 return false; 166 #endif 162 167 } 163 168
Note:
See TracChangeset
for help on using the changeset viewer.
