- Timestamp:
- Jul 17, 2014, 12:32:26 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/ppStack/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/ppStack/src
- Property svn:mergeinfo changed
/trunk/ppStack/src merged: 35931,36364-36365,36610,36710,36717,36855,36886
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-ops-20130712/ppStack/src/ppStackMatch.c
r35908 r37067 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.
