- Timestamp:
- Oct 11, 2021, 11:36:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/psastro/src/psastroMosaicOneChip.c
r41816 r41833 88 88 } 89 89 } else { 90 // Forward transformations (chip->fpa->tpa->sky) use Ordinary polynomials 90 91 psFree (chip->toFPA); 91 chip->toFPA = psPlaneTransformAlloc (order, order );92 chip->toFPA = psPlaneTransformAlloc (order, order, PS_POLYNOMIAL_ORD); 92 93 for (int i = 0; i <= chip->toFPA->x->nX; i++) { 93 94 for (int j = 0; j <= chip->toFPA->x->nY; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
