- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20101103/psphot (added) merged: 29660,29824-29825,29904,29914,29918,29920
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot/src/psphotReplaceUnfit.c
r28013 r30118 31 31 psAssert (recipe, "missing recipe?"); 32 32 33 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 34 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 33 int num = psphotFileruleCount(config, filerule); 35 34 36 35 // loop over the available readouts 37 36 for (int i = 0; i < num; i++) { 38 37 if (!psphotReplaceAllSourcesReadout (config, view, filerule, i, recipe)) { 39 psError (PSPHOT_ERR_CONFIG, false, "failed to replace all sources for PSPHOT.INPUT entry %d", i);38 psError (PSPHOT_ERR_CONFIG, false, "failed to replace all sources for %s entry %d", filerule, i); 40 39 return false; 41 40 }
Note:
See TracChangeset
for help on using the changeset viewer.
