Changeset 18792
- Timestamp:
- Jul 30, 2008, 2:23:30 PM (18 years ago)
- Location:
- branches/eam_branch_20080719/psphot/src
- Files:
-
- 3 edited
-
psphotModelBackground.c (modified) (1 diff)
-
psphotSignificanceImage.c (modified) (2 diffs)
-
psphotSubtractBackground.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/psphot/src/psphotModelBackground.c
r17568 r18792 135 135 psF32 **modelStdevData = modelStdev->image->data.F32; 136 136 137 // XXXX we can thread this here by running blocks in parallel 138 137 139 // measure clipped median for subimages 138 140 psRegion ruffRegion = {0,0,0,0}; -
branches/eam_branch_20080719/psphot/src/psphotSignificanceImage.c
r18005 r18792 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++) { -
branches/eam_branch_20080719/psphot/src/psphotSubtractBackground.c
r16820 r18792 90 90 91 91 // subtract the background model (save in backSub, if requested) 92 // XXX if needed, multithread this (fairly trivial) 92 93 for (int j = 0; j < image->numRows; j++) { 93 94 for (int i = 0; i < image->numCols; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
