Changeset 2191
- Timestamp:
- Oct 21, 2004, 2:19:43 PM (22 years ago)
- Location:
- trunk/doc/modules
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
ModulesSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ChangeLogSDRS.tex
r2072 r2191 1 %%% $Id: ChangeLogSDRS.tex,v 1. 4 2004-10-13 02:38:13 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.5 2004-10-22 00:19:02 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 11 11 \item Added \code{pmReadoutCombine} 12 12 \end{itemize} 13 14 \subsection{Changes from version 01 to version 02} 15 16 \begin{itemize} 17 \item \code{nBin} in \code{pmSubtractBias} is also interpreted as the 18 number of spline pieces if spline fitting is specified. 19 \end{itemize} -
trunk/doc/modules/ModulesSDRS.tex
r2072 r2191 1 %%% $Id: ModulesSDRS.tex,v 1.1 8 2004-10-13 02:38:13 eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.19 2004-10-22 00:19:43 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 168 168 the vector shall subsequently be binned into bins that are a relative 169 169 size of \code{nBin} compared to the original pixels, again using the 170 specified statistic (\code{stat}). 170 specified statistic (\code{stat}). If \code{fit} is 171 \code{PM_FIT_SPLINE}, then \code{nBin} also serves as the number of 172 spline pieces. 171 173 172 174 \code{fit} is an enumerated type: … … 187 189 shall (after reduction of the vector and binning) be fit using the 188 190 specified functional form. Upon return, the \code{fitSpec} shall 189 contain the coefficients of the overscan fit. 191 contain the coefficients of the overscan fit. If \code{fit} is 192 \code{PM_FIT_SPLINE}, then the \code{fitSpec} may be \code{NULL}, 193 in which case a new \code{psSpline} is allocated; in any case, the 194 number of spline pieces shall be set to \code{nBin}. 190 195 191 196 If the overscan is not defined for each row/column, then the function
Note:
See TracChangeset
for help on using the changeset viewer.
