IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10776


Ignore:
Timestamp:
Dec 15, 2006, 7:35:27 PM (19 years ago)
Author:
magnier
Message:

notes on throughput

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r10480 r10776  
    363363            }
    364364
     365            // XXXXX this step probably is very expensive : convert errors to variance everywhere?
    365366            if (params->weights) {
    366367                errors = (psVector*)psUnaryOp(errors, weights, "sqrt");
     
    373374                float stdev = psStatsGetValue(stats, combineStdev);
    374375                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
    375378            }
    376379        }
Note: See TracChangeset for help on using the changeset viewer.