- Timestamp:
- Dec 3, 2010, 2:28:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/psphot/src/psphotSourceSize.c
r29610 r29904 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.
