IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2006, 4:06:47 PM (20 years ago)
Author:
magnier
Message:

moving WCS to modules, adding high-order terms

File:
1 edited

Legend:

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

    r9702 r10603  
    99/// @author Eugene Magnier, IfA
    1010///
    11 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2006-10-21 03:30:05 $
     11/// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     12/// @date $Date: 2006-12-10 02:06:47 $
    1313///
    1414/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    3434    #if FPA_ASTROM
    3535    // Astrometric transformations
    36     psPlaneDistort *fromTangentPlane;   ///< Transformation from tangent plane to focal plane, or NULL
    37     psPlaneDistort *toTangentPlane;     ///< Transformation from focal plane to tangent plane, or NULL
    38     psProjection *projection;           ///< Projection from tangent plane to sky, or NULL
     36    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
    3939    #endif
    4040    // Information
Note: See TracChangeset for help on using the changeset viewer.