IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2008, 4:11:36 PM (18 years ago)
Author:
Paul Price
Message:

Propagating changes to psImageInterpolate.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMaskWeight.c

    r20095 r20307  
    453453    psImage *weight = readout->weight;  // Weight map
    454454
    455     psImageInterpolateOptions *interp = psImageInterpolateOptionsAlloc(mode, image, weight, mask, maskVal,
    456                                                                        NAN, NAN, maskBad, maskPoor, poorFrac);
     455    psImageInterpolation *interp = psImageInterpolationAlloc(mode, image, weight, mask, maskVal,
     456                                                             NAN, NAN, maskBad, maskPoor, poorFrac, 0);
    457457    interp->shifting = false;           // Turn off "exact shifts" so we get proper interpolation
    458458
Note: See TracChangeset for help on using the changeset viewer.