Changeset 10826
- Timestamp:
- Dec 22, 2006, 11:23:36 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.h
r10603 r10826 9 9 /// @author Eugene Magnier, IfA 10 10 /// 11 /// @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $12 /// @date $Date: 2006-12- 10 02:06:47$11 /// @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-12-22 21:23:36 $ 13 13 /// 14 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 34 34 #if FPA_ASTROM 35 35 // Astrometric transformations 36 psPlane Distort*fromTPA; ///< Transformation from tangent plane to focal plane, or NULL37 psPlane Distort*toTPA; ///< Transformation from focal plane to tangent plane, or NULL36 psPlaneTransform *fromTPA; ///< Transformation from tangent plane to focal plane, or NULL 37 psPlaneTransform *toTPA; ///< Transformation from focal plane to tangent plane, or NULL 38 38 psProjection *toSky; ///< Projection from tangent plane to sky, or NULL 39 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
