IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2593


Ignore:
Timestamp:
Dec 1, 2004, 4:49:43 PM (22 years ago)
Author:
Paul Price
Message:

Changed names of psSphereTransform structure members to conform with ADD.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r2542 r2593  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.48 2004-11-30 22:45:37 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.49 2004-12-02 02:49:35 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    390390\end{itemize}
    391391
     392\subsection{Changes from Revision 10 (30 November 2004) to present}
     393
     394\begin{itemize}
     395\item Changed names of \code{psSphereTransform} structure members to conform with ADD.
     396\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r2543 r2593  
    1 %%% $Id: psLibSDRS.tex,v 1.156 2004-11-30 22:47:03 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.157 2004-12-02 02:49:43 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    45474547\begin{verbatim}
    45484548typedef struct {
    4549     double sinPhi;                    ///< sin of North Pole lattitude
    4550     double cosPhi;                    ///< cos of North Pole lattitude
    4551     double Xo;                        ///< First PT of Ares lon
    4552     double xo;                        ///< First PT of Ares equiv lon
     4549    double cosDeltaP;                 ///< Cosine of target pole latitude in the source system
     4550    double sinDeltaP;                 ///< Sine of target pole latitude in the source system
     4551    double alphaP;                    ///< Longitude of the target system pole in the source system
     4552    double phiP;                      ///< Longitude of the ascending node in the target system
    45534553} psSphereTransform;
    45544554\end{verbatim}
     
    45564556The constructor is defined as follows:
    45574557\begin{verbatim}
    4558 psSphereTransform *psSphereTransformAlloc(double NPlon, double NPlat, double ZP);
    4559 \end{verbatim}
    4560 where \code{NPlon} and \code{NPlat} define the coordinates in the
    4561 input system of the north pole in the output system and \code{ZP}
     4558psSphereTransform *psSphereTransformAlloc(double alphaP, double deltaP, double phiP);
     4559\end{verbatim}
     4560where \code{alphaP} and \code{deltaP} define the coordinates in the
     4561input system of the north pole in the output system and \code{phiP}
    45624562defines the longitude in the input system of the equatorial
    45634563intersection between the two systems (e.g, the first point of Ares).
Note: See TracChangeset for help on using the changeset viewer.