IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28560 for trunk


Ignore:
Timestamp:
Jun 30, 2010, 10:42:29 AM (16 years ago)
Author:
Paul Price
Message:

Write covariance along with variance, for completeness.

File:
1 edited

Legend:

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

    r28253 r28560  
    192192            return false;
    193193        }
     194        if (!pmCellWriteCovariance(options->convVariances->data[i], readout->parent)) {
     195            psError(psErrorCodeLast(), false, "Unable to write convolved covariance %d", i);
     196            psFree(fpaList);
     197            psFree(cellList);
     198            psFree(rng);
     199            psFree(target);
     200            return false;
     201        }
     202
    194203#ifdef TESTING
    195204        {
Note: See TracChangeset for help on using the changeset viewer.