Changeset 18837
- Timestamp:
- Jul 31, 2008, 2:06:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSignificanceImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSignificanceImage.c
r18005 r18837 12 12 // smooth the image and weight map 13 13 psTimerStart ("smooth"); 14 15 // XXX we can a) choose fft to convolve if needed and b) multithread fftw 14 16 15 17 bool status_x, status_y; … … 94 96 psMetadataAddF32 (recipe, PS_LIST_TAIL, "SIGNIFICANCE_SCALE_FACTOR", PS_META_REPLACE, "Signicance scale factor", factor); 95 97 98 // XXX multithread this if needed 96 99 for (int j = 0; j < smooth_im->numRows; j++) { 97 100 for (int i = 0; i < smooth_im->numCols; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
