Changeset 2353
- Timestamp:
- Nov 12, 2004, 12:21:24 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
r2337 r2353 1 %%% $Id: ChangeLogSDRS.tex,v 1.4 2 2004-11-11 04:03:17price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.43 2004-11-12 22:21:19 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 371 371 \item \code{psImageRebin} input types restricted; bug 198. 372 372 \item Fixed up the LM minimization specification; bug 203. 373 \item Removed errors from \code{psVectorFitSpline1D}. 373 374 \end{itemize} 374 375 -
trunk/doc/pslib/psLibSDRS.tex
r2337 r2353 1 %%% $Id: psLibSDRS.tex,v 1.14 8 2004-11-11 04:03:24 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.149 2004-11-12 22:21:24 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2476 2476 psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline, 2477 2477 const psVector *x, 2478 const psVector *y, 2479 const psVector *yErr); 2478 const psVector *y); 2480 2479 \end{verbatim} 2481 2480 \code{psVectorFitSpline} shall return the spline that best fits the … … 2485 2484 \code{x}. As is the case for \code{psVectorFitPolynomial1D}, if 2486 2485 \code{x} is \code{NULL}, then the index of \code{y} shall be used as 2487 the ordinate; and if \code{yErr} is \code{NULL}, then all the data 2488 errors shall be assumed to be equal. This function must be valid only 2489 for types \code{psF32}, \code{psF64}. 2486 the ordinate. This function must be valid only for types 2487 \code{psF32}, \code{psF64}. 2490 2488 2491 2489 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
