Changeset 19172 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Aug 22, 2008, 2:05:48 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r19072 r19172 803 803 if (stats) { 804 804 psTrace("ppStack", 1, "Gathering statistics on stacked image....\n"); 805 ppStatsFPA(stats, outCell->parent->parent, view, pmConfigMaskGet("BLANK", config), config); 805 psString maskBadStr = psMetadataLookupStr(NULL, recipe, "MASK.BAD"); // Name of bits for bad 806 psMaskType maskBad = pmConfigMaskGet(maskBadStr, config); // Bits to mask for bad pixels 807 808 ppStatsFPA(stats, outCell->parent->parent, view, maskBad, config); 806 809 } 807 810
Note:
See TracChangeset
for help on using the changeset viewer.
