IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18836


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

comment regarding threading

File:
1 edited

Legend:

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

    r16820 r18836  
    9090
    9191    // subtract the background model (save in backSub, if requested)
     92    // XXX if needed, multithread this (fairly trivial)
    9293    for (int j = 0; j < image->numRows; j++) {
    9394        for (int i = 0; i < image->numCols; i++) {
Note: See TracChangeset for help on using the changeset viewer.