Changeset 36364 for trunk/ppStack/src
- Timestamp:
- Dec 10, 2013, 12:53:15 PM (13 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
ppStackLoop.c (modified) (2 diffs)
-
ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r35167 r36364 87 87 pmCellFreeData(options->cells->data[i]); 88 88 } 89 // psFree(stack); 89 //MEH -- uncomment back out 90 //psFree(stack); 90 91 91 92 // Pixel rejection … … 181 182 return false; 182 183 } 183 // psFree(stack); 184 //MEH uncomment back out.. 185 //psFree(stack); 184 186 psLogMsg("ppStack", PS_LOG_INFO, "Stage 7: Cleanup, WCS & JPEGS: %f sec", psTimerClear("PPSTACK_STEPS")); 185 187 ppStackMemDump("cleanup"); -
trunk/ppStack/src/ppStackMatch.c
r35868 r36364 6 6 #define COVAR_FRAC 0.01 // Truncation fraction for covariance matrix 7 7 8 // #define TESTING // Enable debugging output8 // #define TESTING // Enable debugging output 9 9 // #define TESTING_REUSE_CONV // Enable debugging for re-using convolved outputs from previous run 10 11 10 // #define TESTING_CZW 12 11 … … 156 155 if (options->convolve) { 157 156 pmReadout *conv = pmReadoutAlloc(NULL); // Conv readout, for holding results temporarily 157 158 // MEH -- earlier defn needed with new simple mode modifications to use TESTING_REUSE_CONV... 159 //const char *typeStr = psMetadataLookupStr(NULL, ppsub, "KERNEL.TYPE"); // Kernel type 160 //pmSubtractionKernelsType type = pmSubtractionKernelsTypeFromString(typeStr); // Kernel type 161 158 162 #ifdef TESTING_REUSE_CONV 159 163 // This is a hack to use the temporary convolved images and kernel generated previously.
Note:
See TracChangeset
for help on using the changeset viewer.
