Changeset 5743 for trunk/stac/src/stacTransform.c
- Timestamp:
- Dec 7, 2005, 2:57:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacTransform.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacTransform.c
r3669 r5743 130 130 for (int i = 0; i < nImages; i++) { 131 131 (*outputs)->data[i] = psImageAlloc(outnx, outny, PS_TYPE_F32); 132 psImageInit((*outputs)->data[i], 0.0); 132 133 } 133 134 } … … 200 201 // Change PS_INTERPOLATE_BILINEAR to best available technique. 201 202 outImage->data.F32[y][x] = (psF32)psImagePixelInterpolate(image, detector->x, 202 detector->y, mask, 1, 0.0,203 detector->y, mask, 1, NAN, 203 204 PS_INTERPOLATE_BILINEAR); 204 205 if (error) { … … 207 208 detector->x, 208 209 detector->y, 209 mask, 1, 0.0);210 mask, 1, NAN); 210 211 } 211 212
Note:
See TracChangeset
for help on using the changeset viewer.
