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/ppStack.h

    r36855 r41842  
    115115bool ppStackReadoutFinalThread(psThreadJob *job // Job to process
    116116    );
     117
     118// Thread entry point for ppStackReadoutPercent
     119bool ppStackReadoutPercentThread(psThreadJob *job);
     120
     121bool ppStackReadoutPercent(const pmConfig *config,
     122                           pmReadout *outRO,
     123                           const psArray *readouts,
     124                           const psVector *mask,
     125                           const psVector *weightings,
     126                           const psVector *exposures,
     127                           const psVector *addVariance);
     128
    117129// Perform median stacking for background
    118130bool ppStackCombineBackground(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config);
Note: See TracChangeset for help on using the changeset viewer.