IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2014, 3:53:40 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20140610
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610

  • branches/eam_branches/ipp-20140610/ppStack/src/ppStackReadout.c

    r36884 r36928  
    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.