Changeset 21318 for branches/pap_branch_20090128/ppStack/src/ppStackMatch.c
- Timestamp:
- Feb 5, 2009, 10:17:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/ppStack/src/ppStackMatch.c
r21307 r21318 15 15 PM_SOURCE_MODE_CR_LIMIT) // Mask to apply to input sources 16 16 #define FAINT_SOURCE_FRAC 1.0e-4 // Set minimum flux to this fraction of faintest source flux 17 #define COVAR_FRAC 0.01 // Truncation fraction for covariance matrix 17 18 18 19 #define TESTING // Enable debugging output … … 456 457 readout->mask = psMemIncrRefCounter(output->mask); 457 458 readout->variance = psMemIncrRefCounter(output->variance); 458 readout->covariance = ps MemIncrRefCounter(output->covariance);459 readout->covariance = psImageCovarianceTruncate(output->covariance, COVAR_FRAC); 459 460 } else { 460 461 // Fake the convolution
Note:
See TracChangeset
for help on using the changeset viewer.
