Changeset 2737
- Timestamp:
- Dec 16, 2004, 12:10:48 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
r2712 r2737 1 %%% $Id: ChangeLogSDRS.tex,v 1.5 1 2004-12-14 19:52:24 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.52 2004-12-16 22:10:43 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 403 403 \item added header entry to psFitsWriteTable 404 404 \item added psFitsUpdateTable 405 \end{itemize} 405 \item Updated \code{psSpline1D} to use a vector for the \code{knots}, and specified types. 406 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r2712 r2737 1 %%% $Id: psLibSDRS.tex,v 1.1 59 2004-12-14 19:52:24 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.160 2004-12-16 22:10:48 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2271 2271 int n; ///< Number of spline pieces 2272 2272 psPolynomial1D **spline; ///< Array of n pointers to splines 2273 float *knots;///< The boundaries between each spline piece. Size is n+1.2273 psVector *knots; ///< The boundaries between each spline piece. Size is n+1. 2274 2274 } psSpline1D; 2275 2275 \end{verbatim} … … 2282 2282 order polynomial (the type of polynomial is left to the 2283 2283 implementation). The \code{knots} member specifies the boundaries 2284 between each spline piece (including the two ends). 2284 between each spline piece (including the two ends). The \code{knots} 2285 vector may be of type U32, F32 or F64. 2285 2286 2286 2287 Of course, we require the appropriate constructors and destructor:
Note:
See TracChangeset
for help on using the changeset viewer.
