- Timestamp:
- May 9, 2013, 11:32:28 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imcombine/pmStack.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/psModules
- Property svn:mergeinfo changed
/trunk/psModules merged: 35455,35531
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130419/psModules/src/imcombine/pmStack.c
r35165 r35551 41 41 /* #define TEST_X 5745 // x coordinate to examine */ 42 42 /* #define TEST_Y 5331 // y coordinate to examine */ 43 #define TEST_X 25 44 #define TEST_Y 25 43 // #define TEST_X 972 44 // #define TEST_Y 3213 45 #define TEST_X 3289 46 #define TEST_Y 4810 45 47 #define TEST_RADIUS 0.5 // Radius to examine 46 48 # endif … … 752 754 if (PS_SQR(x - TEST_X) + PS_SQR(y - TEST_Y) <= PS_SQR(TEST_RADIUS)) { 753 755 for (int i = 0; i < numGood; i++) { 754 fprintf(stderr,"Input %d, pixel %d,%d (%" PRIu16 "): %f %f (%f) %f %f %d %x %x -> %x %x\n", 755 i, x, y, pixelSources->data.U16[i], pixelData->data.F32[i], pixelVariances->data.F32[i], 756 addVariance->data.F32[i], pixelWeights->data.F32[i], pixelExps->data.F32[i], 757 pixelSuspects->data.U8[i], badMaskBits, suspectMaskBits, *badMask, *goodMask); 756 fprintf(stderr,"Input %d, pixel %d,%d (%" PRIu16 "): %f %f (%g) %g %f %d %x %x -> %x %x\n", 757 i, x, y, pixelSources->data.U16[i], 758 pixelData->data.F32[i], pixelVariances->data.F32[i], 759 addVariance->data.F32[i], 760 pixelWeights->data.F32[i], pixelExps->data.F32[i], 761 pixelSuspects->data.U8[i], 762 badMaskBits, suspectMaskBits, 763 *badMask, *goodMask); 758 764 } 759 765 }
Note:
See TracChangeset
for help on using the changeset viewer.
