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/psastroOneChip.c

    r15201 r15258  
    108108            for (int j = 0; j <= chip->toFPA->x->nY; j++) {
    109109                if (i + j > order) {
    110                     chip->toFPA->x->mask[i][j] = 1;
    111                     chip->toFPA->y->mask[i][j] = 1;
     110                    chip->toFPA->x->coeffMask[i][j] = PS_POLY_MASK_SET;
     111                    chip->toFPA->y->coeffMask[i][j] = PS_POLY_MASK_SET;
    112112                }
    113113            }
Note: See TracChangeset for help on using the changeset viewer.