IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2638


Ignore:
Timestamp:
Dec 6, 2004, 10:13:57 AM (22 years ago)
Author:
Paul Price
Message:

Fixed up specification of fitSpec for pmSubtractSky.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/ModulesSDRS.tex

    r2601 r2638  
    1 %%% $Id: ModulesSDRS.tex,v 1.23 2004-12-02 22:21:19 price Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.24 2004-12-06 20:13:57 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    870870the following:
    871871\begin{verbatim}
    872 psReadout *pmSubtractSky(psReadout *in, void *fitSpec, psFit fit, int binFactor,
     872psReadout *pmSubtractSky(psReadout *in, psPolynomial2D *poly, int binFactor,
    873873                         psStats *stats, float clipSD);
    874874\end{verbatim}
     
    879879the coefficients used in the subtraction.
    880880
    881 The fit specification, \code{fitSpec}, specifies the order of the
    882 polynomial or spline to be used in fitting the background.
    883 \code{fitSpec} shall be interpreted as a polynomial, Chebyshev or
    884 spline on the basis of \code{fit} (in the same manner as for bias
    885 subtraction; \S\ref{sec:bias}).  If \code{fitSpec} is \code{NULL} or
    886 \code{fit} is \code{PM_FIT_NONE} or \code{PM_FIT_SPLINE}, then no fit
    887 shall be performed, and the function shall generate a warning and
    888 return.
     881The polynomial, \code{poly}, specifies the order of the polynomial,
     882and on return shall contain the coefficients of the fit.  If
     883\code{poly} is \code{NULL}, then no fit shall be performed, and the
     884function shall generate a warning and return.
    889885
    890886When fitting the polynomial, the function shall first bin the input
Note: See TracChangeset for help on using the changeset viewer.