- 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/psastroMosaicFPtoTP.c
r26259 r41833 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.
