Changeset 10603 for trunk/psModules/src/camera
- Timestamp:
- Dec 9, 2006, 4:06:47 PM (20 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.c
r9702 r10603 109 109 # if FPA_ASTROM 110 110 111 psFree(fpa->fromT angentPlane);112 psFree(fpa->toT angentPlane);113 psFree(fpa-> projection);111 psFree(fpa->fromTPA); 112 psFree(fpa->toTPA); 113 psFree(fpa->toSky); 114 114 # endif 115 115 } … … 326 326 #if FPA_ASTROM 327 327 328 tmpFPA->fromT angentPlane= NULL;329 tmpFPA->toT angentPlane= NULL;330 tmpFPA-> projection= NULL;328 tmpFPA->fromTPA = NULL; 329 tmpFPA->toTPA = NULL; 330 tmpFPA->toSky = NULL; 331 331 #endif 332 332 -
trunk/psModules/src/camera/pmFPA.h
r9702 r10603 9 9 /// @author Eugene Magnier, IfA 10 10 /// 11 /// @version $Revision: 1. 9$ $Name: not supported by cvs2svn $12 /// @date $Date: 2006-1 0-21 03:30:05$11 /// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-12-10 02:06:47 $ 13 13 /// 14 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 34 34 #if FPA_ASTROM 35 35 // Astrometric transformations 36 psPlaneDistort *fromT angentPlane;///< Transformation from tangent plane to focal plane, or NULL37 psPlaneDistort *toT angentPlane;///< Transformation from focal plane to tangent plane, or NULL38 psProjection * projection;///< Projection from tangent plane to sky, or NULL36 psPlaneDistort *fromTPA; ///< Transformation from tangent plane to focal plane, or NULL 37 psPlaneDistort *toTPA; ///< Transformation from focal plane to tangent plane, or NULL 38 psProjection *toSky; ///< Projection from tangent plane to sky, or NULL 39 39 #endif 40 40 // Information
Note:
See TracChangeset
for help on using the changeset viewer.
