IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2021, 6:30:46 AM (5 years ago)
Author:
eugene
Message:

need to activate threading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/ppImage/src/ppImageParseCamera.c

    r41807 r41812  
    116116        int nScanRows = psMetadataLookupS32(&status, recipe, "SCAN.ROWS");
    117117        pmDetrendSetThreadTasks(nScanRows);
    118         ppImageSetThreads ();
    119     }
     118    }
     119    ppImageSetThreads (); // even if threading is off, we need to identify the ppImageDetrendPattern thread function
    120120
    121121    if (options->doPatternRow || options->doPatternCell) {
Note: See TracChangeset for help on using the changeset viewer.