IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2011, 12:04:42 PM (15 years ago)
Author:
eugene
Message:

set peak->rawFlux and peak->smoothFlux to the peak pixel value by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotMergeSources.c

    r30975 r31026  
    337337        peak->xf = xpos;
    338338        peak->yf = ypos;
    339         peak->rawFlux = flux; // this are being set wrong, but does it matter?
    340         peak->smoothFlux = flux; // this are being set wrong, but does it matter?
    341339
    342340        psArrayAdd (detections->peaks, 100, peak);
Note: See TracChangeset for help on using the changeset viewer.