IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2008, 9:18:11 AM (18 years ago)
Author:
Paul Price
Message:

ppStack is now working with the incremental reads. Needed to modify a few things in pmStack*.c so that it would combine (and reject) subimages into a large image. Added weights to pmReadoutStack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmShutterCorrection.c

    r15382 r16600  
    912912    }
    913913
    914     pmReadoutUpdateSize(shutter, minInputCols, minInputRows, xSize, ySize, false);
     914    pmReadoutUpdateSize(shutter, minInputCols, minInputRows, xSize, ySize, false, false, maskVal);
    915915    if (pattern) {
    916         pmReadoutUpdateSize(pattern, minInputCols, minInputRows, xSize, ySize, false);
     916        pmReadoutUpdateSize(pattern, minInputCols, minInputRows, xSize, ySize, false, false, maskVal);
    917917    }
    918918
Note: See TracChangeset for help on using the changeset viewer.