Changeset 17259 for trunk/ppStack/src/ppStackMatch.c
- Timestamp:
- Mar 31, 2008, 5:06:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r17255 r17259 38 38 39 39 // 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)) { 41 43 psError(PS_ERR_UNKNOWN, false, "Unable to renormalise variances."); 42 44 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
