IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2008, 3:25:58 PM (18 years ago)
Author:
eugene
Message:

turning on multithreads if desired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageParseCamera.c

    r18556 r18896  
    112112    }
    113113
     114    int nThreads = psMetadataLookupS32 (&status, config->arguments, "NTHREADS");
     115    if (nThreads > 0) {
     116        int nScanRows = psMetadataLookupS32 (&status, recipe, "SCAN.ROWS");
     117        pmDetrendSetThreadTasks (nScanRows);
     118    }
     119
    114120    // fringe frame are only applied for a subset of the filters.
    115121    // if the filter is one of those identified by a FRINGE.FILTERS metadata entry
Note: See TracChangeset for help on using the changeset viewer.