IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10826


Ignore:
Timestamp:
Dec 22, 2006, 11:23:36 AM (19 years ago)
Author:
magnier
Message:

changed to/from TPA to psPlaneDistort from psPlaneTransform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA.h

    r10603 r10826  
    99/// @author Eugene Magnier, IfA
    1010///
    11 /// @version $Revision: 1.10 $ $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 $
    1313///
    1414/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    3434    #if FPA_ASTROM
    3535    // Astrometric transformations
    36     psPlaneDistort *fromTPA;  ///< Transformation from tangent plane to focal plane, or NULL
    37     psPlaneDistort *toTPA;  ///< Transformation from focal plane to tangent plane, or NULL
     36    psPlaneTransform *fromTPA;  ///< Transformation from tangent plane to focal plane, or NULL
     37    psPlaneTransform *toTPA;  ///< Transformation from focal plane to tangent plane, or NULL
    3838    psProjection *toSky;         ///< Projection from tangent plane to sky, or NULL
    3939    #endif
Note: See TracChangeset for help on using the changeset viewer.