Changeset 15258 for trunk/psastro/src/psastroMosaicGradients.c
- Timestamp:
- Oct 9, 2007, 9:57:44 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicGradients.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicGradients.c
r13656 r15258 61 61 for (int j = 0; j <= fpa->toTPA->x->nY; j++) { 62 62 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; 65 65 } 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.
