IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2007, 9:57:44 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/psastro/src/psastroMosaicGradients.c

    r13656 r15258  
    6161        for (int j = 0; j <= fpa->toTPA->x->nY; j++) {
    6262            if (i + j > order) {
    63                 fpa->toTPA->x->mask[i][j] = 1;
    64                 fpa->toTPA->y->mask[i][j] = 1;
     63                fpa->toTPA->x->coeffMask[i][j] = PS_POLY_MASK_SET;
     64                fpa->toTPA->y->coeffMask[i][j] = PS_POLY_MASK_SET;
    6565            }
    6666        }
Note: See TracChangeset for help on using the changeset viewer.