Changeset 11461 for trunk/psModules/src/astrom/pmAstrometryDistortion.c
- Timestamp:
- Jan 30, 2007, 5:12:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r10879 r11461 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-01- 03 01:21:38$9 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-31 03:12:27 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 27 27 #include <pslib.h> 28 28 #include "pmFPA.h" 29 #include "pmFPAExtent.h" 29 30 #include "pmAstrometryObjects.h" 30 31 #include "pmAstrometryDistortion.h" … … 322 323 // XXX choose an appropriate region based on the range of values 323 324 // in L and M? 324 psRegion region = psRegionSet (-125000, +125000, -125000, +125000); 325 // psRegion region = psRegionSet (-125000, +125000, -125000, +125000); 326 psRegion *region = pmFPAExtent (fpa); 325 327 psFree (fpa->fromTPA); 326 fpa->fromTPA = psPlaneTransformInvert(NULL, fpa->toTPA, region, 50); 328 fpa->fromTPA = psPlaneTransformInvert(NULL, fpa->toTPA, *region, 50); 329 psFree (region); 327 330 328 331 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
