IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2007, 9:27:04 AM (19 years ago)
Author:
eugene
Message:

changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish between coeffs masked for fitting (FIT) and masked for evaluation (SET)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmShutterCorrection.c

    r14935 r15254  
    230230
    231231    // 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;
    234234    line->coeff[0][0] = 0;
    235235    line->coeff[1][1] = 0;
Note: See TracChangeset for help on using the changeset viewer.