Changeset 23656
- Timestamp:
- Apr 1, 2009, 2:33:03 PM (17 years ago)
- Location:
- branches/pap/psModules/src
- Files:
-
- 3 edited
-
config/pmErrorCodes.dat (modified) (1 diff)
-
imcombine/pmSubtractionMatch.c (modified) (2 diffs)
-
imcombine/pmSubtractionStamps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/config/pmErrorCodes.dat
r13654 r23656 11 11 OBJECTS Problem in objects 12 12 SKY Problem in sky 13 STAMPS Unable to select stamps for PSF-matching 13 14 # these errors correspond to standard exit conditions 14 15 ARGUMENTS Incorrect arguments -
branches/pap/psModules/src/imcombine/pmSubtractionMatch.c
r23308 r23656 18 18 #include "pmSubtractionMask.h" 19 19 #include "pmSubtractionThreads.h" 20 #include "pmSubtractionVisual.h" 21 #include "pmErrorCodes.h" 22 20 23 #include "pmSubtractionMatch.h" 21 #include "pmSubtractionVisual.h"22 24 23 25 #define BG_STAT PS_STAT_ROBUST_MEDIAN // Statistic to use for background … … 73 75 stampSpacing, mode); 74 76 if (!*stamps) { 75 psError( PS_ERR_UNKNOWN, false, "Unable to find stamps.");77 psError(psErrorCodeLast(), false, "Unable to find stamps."); 76 78 return false; 77 79 } -
branches/pap/psModules/src/imcombine/pmSubtractionStamps.c
r21363 r23656 20 20 #include "pmModel.h" 21 21 #include "pmSource.h" 22 22 #include "pmErrorCodes.h" 23 23 24 24 #include "pmSubtraction.h" … … 355 355 if (numGood == 0 && numFound == 0) { 356 356 // No good stamps 357 psError(PM_ERR_STAMPS, true, "Unable to find suitable stamps"); 357 358 psFree(stamps); 358 359 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
