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