IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5063


Ignore:
Timestamp:
Sep 16, 2005, 12:25:26 PM (21 years ago)
Author:
Paul Price
Message:

Removed psMath

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r5059 r5063  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.172 2005-09-16 01:56:17 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.173 2005-09-16 22:25:26 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    779779  and an optional error vector.
    780780\item Changed \code{complex double} to \code{complex} throughout.
    781 
    782781\item Added \code{psImageCountPixelMask}
    783782\item Added \code{psVectorCountPixelMask}
     
    790789\item added \code{paramDelta} to \code{psMinimization}
    791790\item adjusted \code{psMinimizeLMChi2} to drop \code{paramMask}
    792 
    793791\end{itemize}
    794792
     
    801799\item changed psPolynomial masks from char to psU8.
    802800\item changed \code{psImage.col0,row0} changed from const.
    803 
    804 \end{itemize}
    805 
     801\item Removed \code{{psMath}
     802
     803\end{itemize}
     804
  • trunk/doc/pslib/psLibSDRS.tex

    r5059 r5063  
    1 %%% $Id: psLibSDRS.tex,v 1.340 2005-09-16 01:56:17 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.341 2005-09-16 22:25:26 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    32233223\begin{datatype}
    32243224typedef struct {
     3225    psElemType type;                    ///< The type
    32253226    psDimen dimen;                      ///< The dimensionality
    3226     psElemType type;                    ///< The type
    32273227} psMathType;
    32283228\end{datatype}
     
    32423242We discuss the application of \code{psMathType} in more detail in
    32433243section~\ref{sec:arithmetic}. 
    3244 
    3245 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    3246 
    3247 \subsection{Math Casting}
    3248 
    3249 We define a basic data type which only contains the type information.
    3250 This structure should be used to cast an unknown \code{psMath} data
    3251 structure (\code{psImage}, \code{psVector}, \code{psScalar}) so the
    3252 data type testing may be safely performed. 
    3253 
    3254 \begin{datatype}
    3255 typedef struct {
    3256     psMathType type;                    ///< data type information
    3257 } psMath;
    3258 \end{datatype}
    32593244
    32603245%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.