Changeset 20334
- Timestamp:
- Oct 22, 2008, 12:46:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpTransformReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpTransformReadout.c
r20312 r20334 63 63 pswarpMapGridSetGrid(grid, xOutMax, yOutMax, &xGrid, &yGrid); 64 64 CHECK_GRID_RANGE(); 65 66 if (!pmReadoutMaskNonfinite(input, pmConfigMaskGet("SAT", config))) { 67 psError(PS_ERR_UNKNOWN, false, "Unable to mask non-finite pixels in input."); 68 return false; 69 } 65 70 66 71 // Interpolation options : move these from the arguments to explicit assignments
Note:
See TracChangeset
for help on using the changeset viewer.
