- 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/psastroMosaicGradients.c
r39926 r41833 84 84 return false; 85 85 } 86 87 // forward transformations (chip->fpa->tpa->sky) use Ordinary polynomials 86 88 psFree (fpa->toTPA); 87 fpa->toTPA = psPlaneTransformAlloc (order, order );89 fpa->toTPA = psPlaneTransformAlloc (order, order, PS_POLYNOMIAL_ORD); 88 90 for (int i = 0; i <= fpa->toTPA->x->nX; i++) { 89 91 for (int j = 0; j <= fpa->toTPA->x->nY; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
