IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23768


Ignore:
Timestamp:
Apr 9, 2009, 9:55:04 AM (17 years ago)
Author:
Paul Price
Message:

Transfer covariance; it should be unity, but just in case....?

File:
1 edited

Legend:

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

    r23767 r23768  
    5656    options->outRO->covariance = psImageCovarianceAverage(options->covariances);
    5757    psFree(options->covariances); options->covariances = NULL;
     58    psImageCovarianceTransfer(outRO->variance, outRO->covariance);
    5859
    5960#ifdef TESTING
Note: See TracChangeset for help on using the changeset viewer.