Changeset 29936 for trunk/psphot/src/psphotSourceSize.c
- Timestamp:
- Dec 5, 2010, 9:42:25 PM (16 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotSourceSize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20101103/psphot (added) merged: 29660,29824-29825,29904,29914,29918,29920
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotSourceSize.c
r29610 r29936 49 49 psAssert (recipe, "missing recipe?"); 50 50 51 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 52 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 51 int num = psphotFileruleCount(config, filerule); 53 52 54 53 // skip the chisq image (optionally?) … … 60 59 if (i == chisqNum) continue; // skip chisq image 61 60 if (!psphotSourceSizeReadout (config, view, filerule, i, recipe, getPSFsize)) { 62 psError (PSPHOT_ERR_CONFIG, false, "failed on source size analysis for PSPHOT.INPUT entry %d", i);61 psError (PSPHOT_ERR_CONFIG, false, "failed on source size analysis for %s entry %d", filerule, i); 63 62 return false; 64 63 }
Note:
See TracChangeset
for help on using the changeset viewer.
