IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2191


Ignore:
Timestamp:
Oct 21, 2004, 2:19:43 PM (22 years ago)
Author:
Paul Price
Message:

nBin in pmSubtractBias is also interpreted as the number of spline
pieces if spline fitting is specified.

Location:
trunk/doc/modules
Files:
2 edited

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 $
    22
    33\subsection{Changes from version 00 to version 01}
     
    1111\item Added \code{pmReadoutCombine}
    1212\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.18 2004-10-13 02:38:13 eugene Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.19 2004-10-22 00:19:43 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    168168the vector shall subsequently be binned into bins that are a relative
    169169size of \code{nBin} compared to the original pixels, again using the
    170 specified statistic (\code{stat}).
     170specified statistic (\code{stat}).  If \code{fit} is
     171\code{PM_FIT_SPLINE}, then \code{nBin} also serves as the number of
     172spline pieces.
    171173
    172174\code{fit} is an enumerated type:
     
    187189shall (after reduction of the vector and binning) be fit using the
    188190specified functional form.  Upon return, the \code{fitSpec} shall
    189 contain the coefficients of the overscan fit.
     191contain the coefficients of the overscan fit.  If \code{fit} is
     192\code{PM_FIT_SPLINE}, then the \code{fitSpec} may be \code{NULL},
     193in which case a new \code{psSpline} is allocated; in any case, the
     194number of spline pieces shall be set to \code{nBin}.
    190195
    191196If the overscan is not defined for each row/column, then the function
Note: See TracChangeset for help on using the changeset viewer.