- Timestamp:
- Jan 28, 2010, 4:29:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotEfficiency.c
r26266 r26705 33 33 34 34 psKernel *kernel = psImageSmoothKernel(smoothSigma, smoothNsigma); // Kernel used for smoothing 35 psKernel *newCovar = psImageCovarianceCalculate(kernel, ro->covariance); // Covariance matrix35 *covarFactor = psImageCovarianceCalculateFactor(kernel, ro->covariance); 36 36 psFree(kernel); 37 *covarFactor = psImageCovarianceFactor(newCovar); // Variance factor38 psFree(newCovar);39 37 40 38 psStats *stats = psStatsAlloc(PS_STAT_ROBUST_MEDIAN); // Statistics for variance
Note:
See TracChangeset
for help on using the changeset viewer.
