IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2021, 8:20:12 AM (5 years ago)
Author:
eugene
Message:

ppStack builds with percentile combination

File:
1 edited

Legend:

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

    r41841 r41842  
    11#include "ppStack.h"
    2 
    3 // This is the doomsday switch.
    4 // #define TESTING                         // Enable test output
    52
    63bool ppStackCombinePercent(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config)
     
    4037    }
    4138
    42     // Harvest the jobs, gathering the inspection lists
    43     options->inspect = psArrayAlloc(options->num);
    44     options->rejected = psArrayAlloc(options->num);
    45     for (int i = 0; i < options->num; i++) {
    46         if (options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i]) {
    47             continue;
    48         }
    49         options->inspect->data[i] = psArrayAllocEmpty(numChunk);
    50         options->rejected->data[i] = psArrayAllocEmpty(numChunk);
    51     }
    52 
    5339    psThreadJob *job;               // Completed job
    5440    while ((job = psThreadJobGetDone())) {
Note: See TracChangeset for help on using the changeset viewer.