IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1758


Ignore:
Timestamp:
Sep 9, 2004, 10:12:21 AM (22 years ago)
Author:
Paul Price
Message:

Added explanation of psArray *coords in psMinimizeLMFunc, and
changed psMatrix to psImage. Bug 191.

File:
1 edited

Legend:

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

    r1757 r1758  
    1 %%% $Id: psLibSDRS.tex,v 1.116 2004-09-09 19:45:58 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.117 2004-09-09 20:12:21 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    21552155typedef float (*psMinimizeLMFunc)(psVector *deriv, const psVector *params, const psArray *coords);
    21562156\end{verbatim}
     2157An example may help here.  We say that the coordinate vectors may be
     2158several (and hence use a \code{psArray} for \code{coords}), since
     2159often one will want to minimize $\chi^2$, given a data set consisting
     2160of vectors for $x$, $y$ and $\sigma_y$.
    21572161
    21582162Then \code{psMinimizeLM} shall mimimize the specified function,
     
    21602164
    21612165\begin{verbatim}
    2162 bool psMinimizeLM(psMinimization *min, psMatrix *covar, psVector *params, const psVector *paramMask,
     2166bool psMinimizeLM(psMinimization *min, psImage *covar, psVector *params, const psVector *paramMask,
    21632167                  const psArray *coords, psMinimizeLMFunc func);
    21642168\end{verbatim}
Note: See TracChangeset for help on using the changeset viewer.