IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2009, 11:12:03 AM (17 years ago)
Author:
Paul Price
Message:

Need to normalise the inputs that aren't being convolved before combining.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackCombineFinal.c

    r25813 r25830  
    1111
    1212bool ppStackCombineFinal(pmReadout *target, ppStackThreadData *stack,
    13                          ppStackOptions *options, pmConfig *config, bool full)
     13                         ppStackOptions *options, pmConfig *config, bool full, bool normalise)
    1414{
    1515    psAssert(stack, "Require stack");
     
    4242        psArrayAdd(job->args, 1, config);
    4343        PS_ARRAY_ADD_SCALAR(job->args, full, PS_TYPE_U8);
     44        PS_ARRAY_ADD_SCALAR(job->args, normalise, PS_TYPE_U8);
    4445        if (!psThreadJobAddPending(job)) {
    4546            psFree(job);
Note: See TracChangeset for help on using the changeset viewer.