- Timestamp:
- Sep 23, 2010, 7:08:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ppStack/src/ppStackCombineFinal.c
r28405 r29217 93 93 94 94 // Sum covariance matrices 95 // the array may be defined, but no covariances actually supplied. 96 bool haveCovariances = false; 95 97 if (covariances) { 98 for (int i = 0; i < covariances->n; i++) { 99 haveCovariances |= (covariances->data[i] != NULL); 100 } 101 } 102 103 if (haveCovariances) { 96 104 outRO->covariance = psImageCovarianceAverageWeighted(covariances, options->weightings); 97 105 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
