IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 5:01:37 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4321 r4330  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-06-20 22:42:29 $
     12*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-21 03:01:37 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    188188
    189189psPlaneTransform* psPlaneTransformAlloc(
    190     psS32 n1,  ///< The order of the x term in the transform.
    191     psS32 n2   ///< The order of the y term in the transform.
     190    int n1,                            ///< The order of the x term in the transform.
     191    int n2                             ///< The order of the y term in the transform.
    192192);
    193193
     
    223223    const psPlaneDistort* transform,   ///< the transform to apply
    224224    const psPlane* coords,             ///< the coordinate to apply the transform above.
    225     float term3,                       ///< third term -- maybe magnitude
    226     float term4                        ///< forth term -- maybe color
     225    float mag,                         ///< third term -- maybe magnitude
     226    float color                        ///< forth term -- maybe color
    227227);
    228228
     
    283283 */
    284284psProjection* psProjectionAlloc(
    285     psF64 R,                   ///< Right-ascension of projection center.
    286     psF64 D,                   ///< Declination of projection center.
    287     psF64 Xs,                  ///< Scale in x-dimension
    288     psF64 Ys,                  ///< Scale in y-dimension
     285    double R,                   ///< Right-ascension of projection center.
     286    double D,                   ///< Declination of projection center.
     287    double Xs,                  ///< Scale in x-dimension
     288    double Ys,                  ///< Scale in y-dimension
    289289    psProjectionType type
    290290);
Note: See TracChangeset for help on using the changeset viewer.