Changeset 41895 for trunk/psastro/src/psastroMosaicAstrom.c
- Timestamp:
- Nov 4, 2021, 6:08:21 PM (5 years ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroMosaicAstrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-dev-20210817/psastro (added) merged: 41799,41814,41816,41822,41833,41837,41876-41877,41883,41889
- Property svn:mergeinfo changed
-
trunk/psastro/src/psastroMosaicAstrom.c
r41536 r41895 277 277 } 278 278 279 // the original transforms are (1, 1), but we will need higher order to fit the distortions 279 // the original transforms are (1, 1), but we will need higher order to fit the distortions. 280 // forward transformations (chip->fpa->tpa->sky) use Ordinary polynomials 280 281 psFree (fpa->toTPA); 281 282 // the original transforms are (1, 1), but we will need higher order to fit the distortions 283 fpa->toTPA = psPlaneTransformAlloc (order, order); 282 fpa->toTPA = psPlaneTransformAlloc (order, order, PS_POLYNOMIAL_ORD); 284 283 for (int i = 0; i <= fpa->toTPA->x->nX; i++) { 285 284 for (int j = 0; j <= fpa->toTPA->x->nY; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
