- 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/psphotMaskReadout.c
r28013 r29904 9 9 psAssert (recipe, "missing recipe?"); 10 10 11 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 12 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 11 int num = psphotFileruleCount(config, filerule); 13 12 14 13 // loop over the available readouts … … 17 16 // Generate the mask and weight images, including the user-defined analysis region of interest 18 17 if (!psphotSetMaskAndVarianceReadout (config, view, filerule, i, recipe)) { 19 psError (PSPHOT_ERR_CONFIG, false, "failed to generate mask for PSPHOT.INPUT entry %d", i);18 psError (PSPHOT_ERR_CONFIG, false, "failed to generate mask for %s entry %d", filerule, i); 20 19 return false; 21 20 }
Note:
See TracChangeset
for help on using the changeset viewer.
