IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2021, 1:31:19 PM (5 years ago)
Author:
eugene
Message:

basic combine-by-percent is working (needs variance and mask fixes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c

    r41842 r41848  
    11#include "ppStack.h"
     2
     3// #define TESTING
    24
    35bool ppStackCombinePercent(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config)
     
    3234    }
    3335
    34     if (!psThreadPoolWait(false, true)) {
     36    if (!psThreadPoolWait(true, true)) {
    3537        psError(psErrorCodeLast(), false, "Unable to do initial combination.");
    3638        return false;
    37     }
    38 
    39     psThreadJob *job;               // Completed job
    40     while ((job = psThreadJobGetDone())) {
    41         psAssert(strcmp(job->type, "PPSTACK_PERCENT_COMBINE") == 0,
    42                  "Job has incorrect type: %s", job->type);
    43         psFree(job);
    4439    }
    4540
Note: See TracChangeset for help on using the changeset viewer.