IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36877


Ignore:
Timestamp:
Jun 16, 2014, 9:52:28 AM (12 years ago)
Author:
eugene
Message:

change bscale apply log into to MINUTIA

Location:
tags/ipp-pv3-20140616/ppStack/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140616/ppStack/src/ppStackLoop.c

    r36855 r36877  
    154154    }
    155155    ppStackFileActivation(config,PPSTACK_FILES_BKG ,false);   
     156
    156157    // Photometry
    157158    psTrace("ppStack", 1, "Photometering stacked image....\n");
     
    169170        return false;
    170171    }
     172
    171173    // Assemble Stats
    172174    if (!ppStackStats(stack, options, config)) {
     
    183185        return false;
    184186    }
     187
    185188    //MEH -- also must uncomment back out..
    186189    psFree(stack);
     
    225228            return false;
    226229        }
     230
    227231        // Clean up unconvolved stack
    228232        psTrace("ppStack", 2, "Cleaning up after unconvolved stack....\n");
  • tags/ipp-pv3-20140616/ppStack/src/ppStackPrepare.c

    r36855 r36877  
    344344               clipFWHMnSig,maxFWHM,threshFWHM,asymmetryFWHM);
    345345    }
     346
    346347    if (simpleClip) { // Do a sigma clip like the old rejection code.
    347348      psStats *fwhmStats = psStatsAlloc(PS_STAT_CLIPPED_MEAN | PS_STAT_CLIPPED_STDEV);
     
    426427      } // End mixture model case
    427428    }
     429
    428430    // Perform rejection using the limit set
    429431    for (int i = 0; i < num; i++) {
     
    464466    // End old rejection sigma clip
    465467#endif
     468
    466469    // Generate target PSF
    467470    if (options->convolve) {
  • tags/ipp-pv3-20140616/ppStack/src/ppStackReadout.c

    r36855 r36877  
    275275        //MEH -- apply bscale offset before norm   
    276276        if (bscaleApplyOffset) {
    277             psLogMsg("ppStack", PS_LOG_INFO, "bscaleApplyOffset: %d %f", i, bscaleApplyOffset->data.F32[i]);
     277            psLogMsg("ppStack", PS_LOG_MINUTIA, "bscaleApplyOffset: %d %f", i, bscaleApplyOffset->data.F32[i]);
    278278            psBinaryOp(ro->image, ro->image, "-", psScalarAlloc(bscaleApplyOffset->data.F32[i], PS_TYPE_F32));
    279279        }
Note: See TracChangeset for help on using the changeset viewer.