Changeset 41895 for trunk/psastro/src/psastroMosaicFPtoTP.c
- Timestamp:
- Nov 4, 2021, 6:08:21 PM (5 years ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroMosaicFPtoTP.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/psastroMosaicFPtoTP.c
r26259 r41895 80 80 81 81 // linear fit without xy cross term 82 psPlaneTransform *map = psPlaneTransformAlloc (1, 1 );82 psPlaneTransform *map = psPlaneTransformAlloc (1, 1, PS_POLYNOMIAL_ORD); 83 83 map->x->coeffMask[1][1] = PS_POLY_MASK_SET; 84 84 map->y->coeffMask[1][1] = PS_POLY_MASK_SET;
Note:
See TracChangeset
for help on using the changeset viewer.
