- Timestamp:
- Jun 20, 2014, 3:53:40 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610
- Property svn:mergeinfo changed
/trunk merged: 36886,36888,36890,36892,36894,36896-36897,36913-36914,36924
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140610/ppStack/src/ppStackReadout.c
r36884 r36928 188 188 psFree(stack); 189 189 190 psLogMsg("ppStack", PS_LOG_INFO, "initial stack image sectionNum %d", sectionNum); 190 //MEH change to trace 191 //psLogMsg("ppStack", PS_LOG_INFO, "initial stack image sectionNum %d", sectionNum); 191 192 192 193 sectionNum++; … … 275 276 //MEH -- apply bscale offset before norm 276 277 if (bscaleApplyOffset) { 277 psLogMsg("ppStack", PS_LOG_INFO, "bscaleApplyOffset: %d %f", i, bscaleApplyOffset->data.F32[i]); 278 //MEH change to trace 279 //psLogMsg("ppStack", PS_LOG_INFO, "bscaleApplyOffset: %d %f", i, bscaleApplyOffset->data.F32[i]); 278 280 psBinaryOp(ro->image, ro->image, "-", psScalarAlloc(bscaleApplyOffset->data.F32[i], PS_TYPE_F32)); 279 281 } … … 307 309 psFree(stack); 308 310 309 psLogMsg("ppStack", PS_LOG_INFO, "final stack image sectionNum %d", sectionNum); 311 //MEH change to trace 312 //psLogMsg("ppStack", PS_LOG_INFO, "final stack image sectionNum %d", sectionNum); 310 313 311 314 sectionNum++;
Note:
See TracChangeset
for help on using the changeset viewer.
