IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2021, 6:45:21 AM (5 years ago)
Author:
eugene
Message:

adding simple percentile stack

File:
1 edited

Legend:

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

    r36855 r41841  
    283283    }
    284284
     285    {
     286        psThreadTask *task = psThreadTaskAlloc("PPSTACK_PERCENT_COMBINE", 3);
     287        task->function = &ppStackReadoutPercentThread;
     288        psThreadTaskAdd(task);
     289        psFree(task);
     290    }
    285291    return;
    286292}
Note: See TracChangeset for help on using the changeset viewer.