IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2008, 3:14:57 PM (17 years ago)
Author:
Paul Price
Message:

Combine with weights based on the background noise in the image after convolution.

File:
1 edited

Legend:

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

    r20654 r20710  
    384384        (void)psBinaryOp(readout->image, readout->image, "+",
    385385                         psScalarAlloc(- psStatsGetValue(bg, PS_STAT_ROBUST_MEDIAN), PS_TYPE_F32));
     386        psMetadataAddF32(readout->analysis, PS_LIST_TAIL, "PPSTACK.WEIGHTING", 0,
     387                         "Weighting by 1/noise^2 for stack",
     388                         1.0 / PS_SQR(psStatsGetValue(bg, PS_STAT_ROBUST_STDEV)));
    386389    }
    387390    psFree(bg);
Note: See TracChangeset for help on using the changeset viewer.