Changeset 19269
- Timestamp:
- Aug 28, 2008, 2:49:34 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r19268 r19269 758 758 759 759 // Ensure masked regions really look masked 760 if (!pmReadoutMaskApply(outRO, maskBad)) { 761 psWarning("Unable to apply mask"); 760 { 761 psString maskBadStr = psMetadataLookupStr(NULL, recipe, "MASK.BAD"); // Name of bits for bad 762 psMaskType maskBad = pmConfigMaskGet(maskBadStr, config); // Bits to mask for bad pixels 763 if (!pmReadoutMaskApply(outRO, maskBad)) { 764 psWarning("Unable to apply mask"); 765 } 762 766 } 763 767
Note:
See TracChangeset
for help on using the changeset viewer.
