- Timestamp:
- Jun 6, 2011, 1:56:22 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/camera/pmFPAMaskWeight.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psModules/src/camera/pmFPAMaskWeight.c
r29544 r31606 587 587 double imageValue, varianceValue; // Image and variance value from interpolation 588 588 psImageMaskType maskValue = 0; // Mask value from interpolation 589 psImageInterpolateStatus status = psImageInterpolate(&imageValue, &varianceValue, &maskValue, x, y, interp); 589 590 // interpolate to pixel center (index + 0.5) 591 psImageInterpolateStatus status = psImageInterpolate(&imageValue, &varianceValue, &maskValue, x + 0.5, y + 0.5, interp); 590 592 if (status == PS_INTERPOLATE_STATUS_ERROR || status == PS_INTERPOLATE_STATUS_OFF) { 591 593 psError(PS_ERR_UNKNOWN, false, "Unable to interpolate readout at %d,%d", x, y);
Note:
See TracChangeset
for help on using the changeset viewer.
