Changeset 5063
- Timestamp:
- Sep 16, 2005, 12:25:26 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (4 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r5059 r5063 1 %%% $Id: ChangeLogSDRS.tex,v 1.17 2 2005-09-16 01:56:17 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.173 2005-09-16 22:25:26 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 779 779 and an optional error vector. 780 780 \item Changed \code{complex double} to \code{complex} throughout. 781 782 781 \item Added \code{psImageCountPixelMask} 783 782 \item Added \code{psVectorCountPixelMask} … … 790 789 \item added \code{paramDelta} to \code{psMinimization} 791 790 \item adjusted \code{psMinimizeLMChi2} to drop \code{paramMask} 792 793 791 \end{itemize} 794 792 … … 801 799 \item changed psPolynomial masks from char to psU8. 802 800 \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.34 0 2005-09-16 01:56:17 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.341 2005-09-16 22:25:26 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3223 3223 \begin{datatype} 3224 3224 typedef struct { 3225 psElemType type; ///< The type 3225 3226 psDimen dimen; ///< The dimensionality 3226 psElemType type; ///< The type3227 3227 } psMathType; 3228 3228 \end{datatype} … … 3242 3242 We discuss the application of \code{psMathType} in more detail in 3243 3243 section~\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} data3251 structure (\code{psImage}, \code{psVector}, \code{psScalar}) so the3252 data type testing may be safely performed.3253 3254 \begin{datatype}3255 typedef struct {3256 psMathType type; ///< data type information3257 } psMath;3258 \end{datatype}3259 3244 3260 3245 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
