IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2008, 5:06:10 PM (18 years ago)
Author:
Paul Price
Message:

Adding output message

File:
1 edited

Legend:

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

    r17255 r17259  
    3838
    3939    // Renormalise the variances if desired
    40     if (renorm && !pmReadoutWeightRenorm(readout, maskBad, renormMean, renormStdev, renormWidth, rng)) {
     40    if (renorm) {
     41        psLogMsg("ppMerge", PS_LOG_INFO, "Renormalising variance map.")
     42        if (!pmReadoutWeightRenorm(readout, maskBad, renormMean, renormStdev, renormWidth, rng)) {
    4143        psError(PS_ERR_UNKNOWN, false, "Unable to renormalise variances.");
    4244        psFree(output);
Note: See TracChangeset for help on using the changeset viewer.