Changeset 40083 for trunk/psModules/src/astrom/pmAstrometryWCS.c
- Timestamp:
- Jul 5, 2017, 5:31:17 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryWCS.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.c
r39981 r40083 695 695 // the region defines the FPA pixels covered by the tranformation 696 696 psFree (fpa->fromTPA); 697 698 697 int additional_orders = 4; // This is the number of orders that should be added. 699 698 bool status = false; … … 704 703 705 704 psPlaneTransform *myPT = psPlaneTransformAlloc(fpa->toTPA->x->nX+additional_orders, fpa->toTPA->x->nY+additional_orders); 705 706 706 fpa->fromTPA = psPlaneTransformInvert(myPT, fpa->toTPA, region, 50); 707 707 psFree (myPT);
Note:
See TracChangeset
for help on using the changeset viewer.
