IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2009, 5:57:23 PM (17 years ago)
Author:
Paul Price
Message:

Need to propagate the covariance of the convolved image.

File:
1 edited

Legend:

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

    r21299 r21307  
    452452            psFree(readout->mask);
    453453            psFree(readout->variance);
     454            psFree(readout->covariance);
    454455            readout->image  = psMemIncrRefCounter(output->image);
    455456            readout->mask   = psMemIncrRefCounter(output->mask);
    456457            readout->variance = psMemIncrRefCounter(output->variance);
     458            readout->covariance = psMemIncrRefCounter(output->covariance);
    457459        } else {
    458460            // Fake the convolution
Note: See TracChangeset for help on using the changeset viewer.