IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14526


Ignore:
Timestamp:
Aug 15, 2007, 5:19:20 PM (19 years ago)
Author:
Paul Price
Message:

Update to pmSubtractionRejectStamps API --- don't need to pass images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r14516 r14526  
    185185
    186186                psTrace("ppSub", 3, "Rejecting stamps...\n");
    187                 numRejected = pmSubtractionRejectStamps(stamps, refRO->image, inRO->image, subMask,
    188                                                         solution, footprint, rej, kernels);
     187                numRejected = pmSubtractionRejectStamps(stamps, subMask, solution, footprint, rej, kernels);
    189188                if (numRejected < 0) {
    190189                    psError(PS_ERR_UNKNOWN, false, "Unable to reject stamps.");
Note: See TracChangeset for help on using the changeset viewer.