IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2004, 7:28:05 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1293 r1296  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-24 02:42:59 $
     12 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-27 05:28:05 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5959typedef struct
    6060{
    61     double sinNPlon;   ///< sin of North Pole longitude
    62     double cosNPlon;   ///< cos of North Pole longitude
    63     double sinNPlat;   ///< sin of North Pole latitude
    64     double cosNPlat;   ///< cos of North Pole latitude
    65     double sinZP;      ///< sin of Forst PT os Ares lon
    66     double cosZP;      ///< cos of Forst PT os Ares lon
     61    double sinPhi;                    ///< sin of North Pole lattitude
     62    double cosPhi;                    ///< cos of North Pole lattitude
     63    double Xo;                        ///< First PT of Ares lon
     64    double xo;                        ///< First PT of Ares equiv lon
    6765}
    6866psSphereTransform;
     
    112110
    113111
    114 psSphereTransform *psSphereTransformAlloc(double NPlon,
    115         double NPlat,
    116         double ZP);
     112psSphereTransform *psSphereTransformAlloc(double NPlat,
     113        double Xo,
     114        double xo);
    117115
    118116void p_psSphereTransformFree(psSphereTransform *trans);
Note: See TracChangeset for help on using the changeset viewer.