IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.