IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2929


Ignore:
Timestamp:
Jan 7, 2005, 12:31:49 PM (22 years ago)
Author:
Paul Price
Message:

Added psPlaneAlloc, psSphereAlloc, psProjectionAlloc.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r2809 r2929  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.54 2004-12-23 20:03:17 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.55 2005-01-07 22:31:45 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    408408corresponding value shall not be used.  Affected: polynomials (including plane transformations),
    409409minimization.
    410 \end{itemize}
     410\item Added \code{psPlaneAlloc, psSphereAlloc, psProjectionAlloc}.
     411\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r2874 r2929  
    1 %%% $Id: psLibSDRS.tex,v 1.164 2005-01-04 01:45:33 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.165 2005-01-07 22:31:49 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    44504450are represented by these spherical transformations.
    44514451
     4452Constructors for these are straight-forward:
     4453\begin{verbatim}
     4454psPlane *psPlaneAlloc(void);
     4455psSphere *psSphereAlloc(void);
     4456\end{verbatim}
     4457Initialization of the structures is not necessary.
     4458
    44524459\subsubsection{Linear Coordinate Transformations}
    44534460
     
    46434650    PS_PROJ_NTYPE                       ///< Number of types; must be last
    46444651} psProjectionType;
     4652\end{verbatim}
     4653
     4654The constructor is straight-forward:
     4655\begin{verbatim}
     4656psProjection *psProjectionAlloc(double R, double D, double Xs, double Ys, psProjectionType type);
    46454657\end{verbatim}
    46464658
Note: See TracChangeset for help on using the changeset viewer.