IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2011, 12:46:38 PM (15 years ago)
Author:
eugene
Message:

save the covariance when writing the temporary variance images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ppStack/src/ppStackConvolve.c

    r30015 r30228  
    171171        }
    172172        psFree(maskHeader);
    173         if (!ppStackWriteImage(options->convVariances->data[i], hdu->header, readout->variance, config)) {
     173        if (!ppStackWriteVariance(options->convVariances->data[i], hdu->header, readout->variance, readout->covariance->image, config)) {
    174174            psError(PPSTACK_ERR_IO, false, "Unable to write convolved variance %d", i);
    175175            psFree(fpaList);
Note: See TracChangeset for help on using the changeset viewer.