Changeset 2638 for trunk/doc/modules/ModulesSDRS.tex
- Timestamp:
- Dec 6, 2004, 10:13:57 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/ModulesSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ModulesSDRS.tex
r2601 r2638 1 %%% $Id: ModulesSDRS.tex,v 1.2 3 2004-12-02 22:21:19price Exp $1 %%% $Id: ModulesSDRS.tex,v 1.24 2004-12-06 20:13:57 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 870 870 the following: 871 871 \begin{verbatim} 872 psReadout *pmSubtractSky(psReadout *in, void *fitSpec, psFit fit, int binFactor,872 psReadout *pmSubtractSky(psReadout *in, psPolynomial2D *poly, int binFactor, 873 873 psStats *stats, float clipSD); 874 874 \end{verbatim} … … 879 879 the coefficients used in the subtraction. 880 880 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. 881 The polynomial, \code{poly}, specifies the order of the polynomial, 882 and on return shall contain the coefficients of the fit. If 883 \code{poly} is \code{NULL}, then no fit shall be performed, and the 884 function shall generate a warning and return. 889 885 890 886 When fitting the polynomial, the function shall first bin the input
Note:
See TracChangeset
for help on using the changeset viewer.
