Changeset 10776
- Timestamp:
- Dec 15, 2006, 7:35:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r10480 r10776 363 363 } 364 364 365 // XXXXX this step probably is very expensive : convert errors to variance everywhere? 365 366 if (params->weights) { 366 367 errors = (psVector*)psUnaryOp(errors, weights, "sqrt"); … … 373 374 float stdev = psStatsGetValue(stats, combineStdev); 374 375 outputWeight[yOut][xOut] = PS_SQR(stdev); // Variance 376 // XXXX this is not the correct formal error. 377 // also, the weighted mean is not obviously the correct thing here 375 378 } 376 379 }
Note:
See TracChangeset
for help on using the changeset viewer.
