IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2004, 9:49:36 AM (22 years ago)
Author:
gusciora
Message:

Redoing the coordinate transforms.

File:
1 edited

Legend:

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

    r2600 r2635  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-12-02 21:12:51 $
     12*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-12-06 19:49:36 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    107107typedef struct
    108108{
     109    double alphaP;                    ///< Longitude of the target system pole in the source system
    109110    double cosDeltaP;                 ///< Cosine of target pole latitude in the source system
    110111    double sinDeltaP;                 ///< Sine of target pole latitude in the source system
    111     double alphaP;                    ///< Longitude of the target system pole in the source system
    112112    double phiP;                      ///< Longitude of the ascending node in the target system
    113113}
Note: See TracChangeset for help on using the changeset viewer.