Changeset 27319 for trunk/ppStack/src/ppStackCleanup.c
- Timestamp:
- Mar 18, 2010, 12:01:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackCleanup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCleanup.c
r27004 r27319 6 6 #include <pslib.h> 7 7 #include <psmodules.h> 8 #include <ppStats.h> 8 9 9 10 #include "ppStack.h" … … 59 60 } 60 61 62 // Statistics on output 63 if (options->stats) { 64 psTrace("ppStack", 1, "Gathering statistics on stacked image....\n"); 65 psString maskBadStr = psMetadataLookupStr(NULL, recipe, "MASK.BAD"); // Name of bits for bad 66 psImageMaskType maskBad = pmConfigMaskGet(maskBadStr, config); // Bits to mask for bad pixels 67 68 pmFPAview *view = pmFPAviewAlloc(0); // View to readout 69 view->chip = view->cell = view->readout = 0; 70 71 ppStatsFPA(options->stats, options->outRO->parent->parent->parent, view, maskBad, config); 72 73 psFree(view); 74 } 75 61 76 return true; 62 77 }
Note:
See TracChangeset
for help on using the changeset viewer.
