IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20499


Ignore:
Timestamp:
Oct 31, 2008, 5:01:49 PM (18 years ago)
Author:
Paul Price
Message:

Forgot new argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackReadout.c

    r20497 r20499  
    230230    }
    231231
    232     if (!pmStackCombine(outRO, stack, maskVal | maskBad, maskBad, 0, 0, NAN,
     232    if (!pmStackCombine(outRO, stack, maskVal | maskBad, maskBad, 0, 0, NAN, NAN,
    233233                        numGood != num, useVariance, false)) {
    234234        psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts.");
Note: See TracChangeset for help on using the changeset viewer.