IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2009, 10:56:29 AM (17 years ago)
Author:
Paul Price
Message:

Need to be able to choose whether to combine entire image or not.

File:
1 edited

Legend:

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

    r25811 r25812  
    1111
    1212bool ppStackCombineFinal(pmReadout *target, ppStackThreadData *stack,
    13                          ppStackOptions *options, pmConfig *config)
     13                         ppStackOptions *options, pmConfig *config, bool full)
    1414{
    1515    psAssert(stack, "Require stack");
     
    4141        psArrayAdd(job->args, 1, options);
    4242        psArrayAdd(job->args, 1, config);
     43        PS_ARRAY_ADD_SCALAR(job->args, full, PS_TYPE_BOOL);
    4344        if (!psThreadJobAddPending(job)) {
    4445            psFree(job);
Note: See TracChangeset for help on using the changeset viewer.