Changeset 20829 for trunk/psphot/src/psphotSignificanceImage.c
- Timestamp:
- Nov 25, 2008, 2:41:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSignificanceImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSignificanceImage.c
r20463 r20829 12 12 // smooth the image and weight map 13 13 psTimerStart ("psphot.smooth"); 14 psImageConvolveSetThreads(true);14 bool oldThreads = psImageConvolveSetThreads(true); // Old value of threading in psImageConvolve 15 15 16 16 // XXX we can a) choose fft to convolve if needed and b) multithread fftw … … 128 128 129 129 psFree(smooth_wt); 130 131 psImageConvolveSetThreads(oldThreads); 132 130 133 return smooth_im; 131 134 } 132 135 133 # if (0) 134 { 136 # if (0) 137 { 135 138 // threadingdemo 136 139 // smooth the image, applying the mask as we go
Note:
See TracChangeset
for help on using the changeset viewer.
