IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2167


Ignore:
Timestamp:
Oct 18, 2004, 11:49:23 AM (22 years ago)
Author:
Paul Price
Message:

Updated psSphereTransform, according to bug 116.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r2070 r2167  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.34 2004-10-13 02:34:41 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.35 2004-10-18 21:49:23 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    343343\item Changed \code{psImageRotate} to use radians instead of degrees.
    344344\end{itemize}
     345
     346\subsection{Changes from Revision 08 (12 October 2004) to Revision 09 (???)}
     347
     348\begin{itemize}
     349\item Updated \code{psSphereTransform}, according to bug 116.
     350\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r2070 r2167  
    1 %%% $Id: psLibSDRS.tex,v 1.137 2004-10-13 02:34:41 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.138 2004-10-18 21:48:33 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    43534353\begin{verbatim}
    43544354typedef struct {
    4355     double sinNPlon;                     ///< sin of North Pole longitude
    4356     double cosNPlon;                     ///< cos of North Pole longitude
    4357     double sinNPlat;                     ///< sin of North Pole lattitude
    4358     double cosNPlat;                     ///< cos of North Pole lattitude
    4359     double sinZP;                        ///< sin of First PT of Ares lon
    4360     double cosZP;                        ///< cos of First PT of Ares lon
     4355    double sinPhi;                    ///< sin of North Pole lattitude
     4356    double cosPhi;                    ///< cos of North Pole lattitude
     4357    double Xo;                        ///< First PT of Ares lon
     4358    double xo;                        ///< First PT of Ares equiv lon
    43614359} psSphereTransform;
    43624360\end{verbatim}
Note: See TracChangeset for help on using the changeset viewer.