IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 19, 2005, 7:05:37 PM (21 years ago)
Author:
drobbin
Message:

Made several changes to EOC tests & fxns. Revamped GetPolarMotion to use interpolation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.h

    r5624 r5814  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-11-30 02:00:00 $
     13 *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-12-20 05:05:37 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    169169
    170170psPlaneTransform* psPlaneTransformAlloc(
    171     int n1,                            ///< The order of the x term in the transform.
    172     int n2                             ///< The order of the y term in the transform.
     171    int order1,                        ///< The order of the x term in the transform.
     172    int order2                         ///< The order of the y term in the transform.
    173173);
    174174
     
    189189
    190190psPlaneDistort* psPlaneDistortAlloc(
    191     int n1,                            ///< The order of the w term in the transform.
    192     int n2,                            ///< The order of the x term in the transform.
    193     int n3,                            ///< The order of the y term in the transform.
    194     int n4                             ///< The order of the z term in the transform.
     191    int order1,                        ///< The order of the w term in the transform.
     192    int order2,                        ///< The order of the x term in the transform.
     193    int order3,                        ///< The order of the y term in the transform.
     194    int order4                         ///< The order of the z term in the transform.
    195195);
    196196
Note: See TracChangeset for help on using the changeset viewer.