Changeset 20307 for trunk/pswarp
- Timestamp:
- Oct 21, 2008, 4:11:36 PM (18 years ago)
- Location:
- trunk/pswarp/src
- Files:
-
- 2 edited
-
pswarp.h (modified) (1 diff)
-
pswarpTransformReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarp.h
r19395 r20307 43 43 pmReadout *output; 44 44 pswarpMapGrid *grid; 45 psImageInterpolat eOptions*interp;45 psImageInterpolation *interp; 46 46 psImage *region; 47 47 -
trunk/pswarp/src/pswarpTransformReadout.c
r19395 r20307 64 64 65 65 // Interpolation options : move these from the arguments to explicit assignments 66 psImageInterpolat eOptions *interp = psImageInterpolateOptionsAlloc(interpolationMode, input->image,67 input->weight, input->mask, maskIn,68 NAN, NAN, maskBad, maskPoor, poorFrac);66 psImageInterpolation *interp = psImageInterpolationAlloc(interpolationMode, input->image, 67 input->weight, input->mask, maskIn, 68 NAN, NAN, maskBad, maskPoor, poorFrac, 0); 69 69 70 70 if (input->weight && !output->weight) { … … 143 143 float varFactor = psImageInterpolateVarianceFactor(input->image->numCols / 2.0 + input->image->col0, 144 144 input->image->numRows / 2.0 + input->image->row0, 145 interp );145 interp->mode); 146 146 psMetadataItem *vfItem = psMetadataLookup(output->analysis, PSWARP_ANALYSIS_VARFACTOR); 147 147 if (vfItem) {
Note:
See TracChangeset
for help on using the changeset viewer.
