Changeset 41536 for trunk/psastro/src/psastroMosaicCorrectDistortion.c
- Timestamp:
- Apr 3, 2021, 2:26:18 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicCorrectDistortion.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicCorrectDistortion.c
r39926 r41536 62 62 63 63 psFree (fpa->fromTPA); 64 psPlaneTransform *myPT = psPlaneTransformAlloc(fpa->toTPA->x->nX+4, fpa->toTPA->x->nY+4); 65 fpa->fromTPA = psPlaneTransformInvert(myPT, fpa->toTPA, *region, 50); 66 psFree (myPT); 64 fpa->fromTPA = psPlaneTransformInvert(NULL, fpa->toTPA, *region, 50, 4); 67 65 psFree (region); 68 66
Note:
See TracChangeset
for help on using the changeset viewer.
