Changeset 29552 for trunk/ppStack/src/ppStackCombineFinal.c
- Timestamp:
- Oct 25, 2010, 3:22:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackCombineFinal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCombineFinal.c
r28405 r29552 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.
