Changeset 27319 for trunk/ppStack/src/ppStackFinish.c
- Timestamp:
- Mar 18, 2010, 12:01:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackFinish.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackFinish.c
r27189 r27319 7 7 #include <pslib.h> 8 8 #include <psmodules.h> 9 #include <ppStats.h>10 9 #include <psphot.h> 11 10 … … 49 48 } 50 49 51 52 // Statistics on output53 if (options->stats) {54 psTrace("ppStack", 1, "Gathering statistics on stacked image....\n");55 psString maskBadStr = psMetadataLookupStr(NULL, recipe, "MASK.BAD"); // Name of bits for bad56 psImageMaskType maskBad = pmConfigMaskGet(maskBadStr, config); // Bits to mask for bad pixels57 58 pmFPAview *view = pmFPAviewAlloc(0); // View to readout59 view->chip = view->cell = view->readout = 0;60 61 ppStatsFPA(options->stats, options->outRO->parent->parent->parent, view, maskBad, config);62 63 psFree(view);64 }65 66 ppStackMemDump("stats");67 68 psFree(options->outRO); options->outRO = NULL;69 50 70 51 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
