- Timestamp:
- Jan 28, 2010, 4:29:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotSignificanceImage.c
r25383 r26705 77 77 // Calculate correction factor for the covariance produced by the (potentially multiple) smoothing 78 78 psKernel *kernel = psImageSmoothKernel(SIGMA_SMTH, NSIGMA_SMTH); // Kernel used for smoothing 79 psKernel *covar = psImageCovarianceCalculate(kernel, readout->covariance); // Covariance matrix79 float factor = 1.0 / psImageCovarianceCalculateFactor(kernel, readout->covariance); 80 80 psFree(kernel); 81 float factor = 1.0 / psImageCovarianceFactor(covar);82 psFree(covar);83 81 84 82 // record the effective area and significance scaling factor
Note:
See TracChangeset
for help on using the changeset viewer.
