IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2004, 11:12:52 AM (22 years ago)
Author:
gusciora
Message:

Renamed members of the psSphereTransform struct.

File:
1 edited

Legend:

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

    r2425 r2600  
    88*  @ingroup CoordinateTransform
    99*
    10 *  @author George Gusciora, MHPCC
    11 *
    12 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-11-24 19:48:17 $
     10*  @author GLG, MHPCC
     11*
     12*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-12-02 21:12:51 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    107107typedef struct
    108108{
    109     double sinPhi;              ///< sin of North Pole lattitude
    110     double cosPhi;              ///< cos of North Pole lattitude
    111     double Xo;                  ///< First PT of Ares lon
    112     double xo;                  ///< First PT of Ares equiv lon
     109    double cosDeltaP;                 ///< Cosine of target pole latitude in the source system
     110    double sinDeltaP;                 ///< Sine of target pole latitude in the source system
     111    double alphaP;                    ///< Longitude of the target system pole in the source system
     112    double phiP;                      ///< Longitude of the ascending node in the target system
    113113}
    114114psSphereTransform;
     
    216216 *  @return psSphereTransform*         newly allocated struct
    217217 */
     218
    218219psSphereTransform* psSphereTransformAlloc(
    219     double NPlat,                      ///< north pole latitude
    220     double Xo,                         ///< First PT of Ares lon
    221     double xo                          ///< First PT of Ares equiv lon
     220    double alphaP,                      ///< north pole latitude
     221    double deltaP,                      ///< north pole longitude?
     222    double phiP                         ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
    222223);
    223224
Note: See TracChangeset for help on using the changeset viewer.