Changeset 41895 for trunk/psastro/src/psastroMosaicCorrectDistortion.c
- Timestamp:
- Nov 4, 2021, 6:08:21 PM (5 years ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroMosaicCorrectDistortion.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/psastroMosaicCorrectDistortion.c
r41536 r41895 22 22 } 23 23 24 // store the new coeffs in a new structure 25 psPlaneTransform *toTPAnew = psPlaneTransformAlloc(fpa->toTPA->x->nX, fpa->toTPA->x->nY); 24 // Store the new coeffs in a new structure. Forward transformations (chip->fpa->tpa->sky) 25 // use Ordinary polynomials 26 psPlaneTransform *toTPAnew = psPlaneTransformAlloc(fpa->toTPA->x->nX, fpa->toTPA->x->nY, PS_POLYNOMIAL_ORD); 26 27 27 28 // set the new coeffs, or set the mask
Note:
See TracChangeset
for help on using the changeset viewer.
