Changeset 2593
- Timestamp:
- Dec 1, 2004, 4:49:43 PM (22 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r2542 r2593 1 %%% $Id: ChangeLogSDRS.tex,v 1.4 8 2004-11-30 22:45:37 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.49 2004-12-02 02:49:35 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 390 390 \end{itemize} 391 391 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.15 6 2004-11-30 22:47:03 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.157 2004-12-02 02:49:43 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4547 4547 \begin{verbatim} 4548 4548 typedef struct { 4549 double sinPhi; ///< sin of North Pole lattitude4550 double cosPhi; ///< cos of North Pole lattitude4551 double Xo; ///< First PT of Ares lon4552 double xo; ///< First PT of Ares equiv lon4549 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 4553 4553 } psSphereTransform; 4554 4554 \end{verbatim} … … 4556 4556 The constructor is defined as follows: 4557 4557 \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 the4561 input system of the north pole in the output system and \code{ ZP}4558 psSphereTransform *psSphereTransformAlloc(double alphaP, double deltaP, double phiP); 4559 \end{verbatim} 4560 where \code{alphaP} and \code{deltaP} define the coordinates in the 4561 input system of the north pole in the output system and \code{phiP} 4562 4562 defines the longitude in the input system of the equatorial 4563 4563 intersection between the two systems (e.g, the first point of Ares).
Note:
See TracChangeset
for help on using the changeset viewer.
