IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2008, 8:42:47 PM (18 years ago)
Author:
Paul Price
Message:

Adding remnance options to recipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendReadout.c

    r20618 r20626  
    7272
    7373    if (options->doRemnance) {
    74         if (!pmRemnance(input, options->maskValue, options->badMask)) {
     74        if (!pmRemnance(input, options->maskValue, options->badMask,
     75                        options->remnanceSize, options->remnanceThresh)) {
    7576            psError(PS_ERR_UNKNOWN, false, "Unable to mask remnance.");
    7677            return false;
Note: See TracChangeset for help on using the changeset viewer.