IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2009, 11:42:45 AM (17 years ago)
Author:
Paul Price
Message:

Record weighting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackMatch.c

    r25950 r25959  
    568568    options->weightings->data.F32[index] = 1.0 / (psStatsGetValue(bg, PS_STAT_ROBUST_MEDIAN) *
    569569                                                  psImageCovarianceFactor(readout->covariance));
     570    psLogMsg("ppStack", PS_LOG_INFO, "Weighting for image %d is %f\n",
     571             index, options->weightings->data.F32[index]);
    570572    psMetadataAddF32(readout->analysis, PS_LIST_TAIL, "PPSTACK.WEIGHTING", 0,
    571573                     "Weighting by 1/noise^2 for stack", options->weightings->data.F32[index]);
Note: See TracChangeset for help on using the changeset viewer.