Changeset 15258 for trunk/psastro/src/psastroOneChip.c
- Timestamp:
- Oct 9, 2007, 9:57:44 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroOneChip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroOneChip.c
r15201 r15258 108 108 for (int j = 0; j <= chip->toFPA->x->nY; j++) { 109 109 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; 112 112 } 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.
