Changeset 15254 for trunk/psModules/src/detrend/pmShutterCorrection.c
- Timestamp:
- Oct 9, 2007, 9:27:04 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.c
r14935 r15254 230 230 231 231 // mask out the terms we will not fit 232 line-> mask[0][0] = 1;233 line-> mask[1][1] = 1;232 line->coeffMask[0][0] = PS_POLY_MASK_SET; 233 line->coeffMask[1][1] = PS_POLY_MASK_SET; 234 234 line->coeff[0][0] = 0; 235 235 line->coeff[1][1] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
