IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36886


Ignore:
Timestamp:
Jun 17, 2014, 10:17:35 AM (12 years ago)
Author:
mhuber
Message:

removing log output until can change to trace for bscale+sectionNum since logs are not compressed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackReadout.c

    r36855 r36886  
    188188    psFree(stack);
    189189
    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);
    191192
    192193    sectionNum++;
     
    275276        //MEH -- apply bscale offset before norm   
    276277        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]);
    278280            psBinaryOp(ro->image, ro->image, "-", psScalarAlloc(bscaleApplyOffset->data.F32[i], PS_TYPE_F32));
    279281        }
     
    307309    psFree(stack);
    308310
    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);
    310313
    311314    sectionNum++;
Note: See TracChangeset for help on using the changeset viewer.