IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18837


Ignore:
Timestamp:
Jul 31, 2008, 2:06:39 PM (18 years ago)
Author:
eugene
Message:

comments re threading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSignificanceImage.c

    r18005 r18837  
    1212    // smooth the image and weight map
    1313    psTimerStart ("smooth");
     14
     15    // XXX we can a) choose fft to convolve if needed and b) multithread fftw
    1416
    1517    bool status_x, status_y;
     
    9496    psMetadataAddF32  (recipe, PS_LIST_TAIL, "SIGNIFICANCE_SCALE_FACTOR", PS_META_REPLACE, "Signicance scale factor", factor);
    9597
     98    // XXX multithread this if needed
    9699    for (int j = 0; j < smooth_im->numRows; j++) {
    97100        for (int i = 0; i < smooth_im->numCols; i++) {
Note: See TracChangeset for help on using the changeset viewer.