IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2353


Ignore:
Timestamp:
Nov 12, 2004, 12:21:24 PM (22 years ago)
Author:
Paul Price
Message:

Removed errors from psVectorFitSpline1D.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r2337 r2353  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.42 2004-11-11 04:03:17 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.43 2004-11-12 22:21:19 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    371371\item \code{psImageRebin} input types restricted; bug 198.
    372372\item Fixed up the LM minimization specification; bug 203.
     373\item Removed errors from \code{psVectorFitSpline1D}.
    373374\end{itemize}
    374375
  • trunk/doc/pslib/psLibSDRS.tex

    r2337 r2353  
    1 %%% $Id: psLibSDRS.tex,v 1.148 2004-11-11 04:03:24 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.149 2004-11-12 22:21:24 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    24762476psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline,
    24772477                                const psVector *x,
    2478                                 const psVector *y,
    2479                                 const psVector *yErr);
     2478                                const psVector *y);
    24802479\end{verbatim}
    24812480\code{psVectorFitSpline} shall return the spline that best fits the
     
    24852484\code{x}.  As is the case for \code{psVectorFitPolynomial1D}, if
    24862485\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}.
     2486the ordinate.  This function must be valid only for types
     2487\code{psF32}, \code{psF64}.
    24902488
    24912489%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.