IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2004, 6:01:43 PM (22 years ago)
Author:
Paul Price
Message:

Refined pmReadoutCombine specification in response to bug 227.

File:
1 edited

Legend:

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

    r2241 r2335  
    1 %%% $Id: ModulesSDRS.tex,v 1.20 2004-10-29 22:00:51 eugene Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.21 2004-11-11 04:01:43 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    438438If the \code{zero} vector is non-\code{NULL} and \code{applyZeroScale}
    439439is \code{true}, then the appropriate values shall be added to the
    440 \code{inputs} before combining.  In the event that the type of the
    441 \code{psVector} is more precise than that of any of the \code{inputs},
    442 the module shall generate a warning and truncate the sum to the
    443 precision of the image.  If \code{zero} is non-\code{NULL} and
    444 \code{applyZeroScale} is false, then the values shall only be used in
    445 calculating the noise.
     440\code{inputs} before rejection is performed.  If \code{zero} is
     441non-\code{NULL} and \code{applyZeroScale} is false, then the values
     442shall only be used in calculating the noise.
    446443
    447444If the \code{scale} vector is non-\code{NULL} and
    448445\code{applyZeroScale} is \code{true}, then the appropriate values
    449 shall multiply the \code{inputs} before combining.  In the event that
    450 the type of the \code{psVector} is more precise than that of any of
    451 the \code{inputs}, the module shall generate a warning and truncate
    452 the multiplication to the precision of the image.  If \code{scale} is
    453 non-\code{NULL} and \code{applyZeroScale} is false, then the values
    454 shall only be used in calculating the noise.
     446shall multiply the \code{inputs} before rejection is performed.  If
     447\code{scale} is non-\code{NULL} and \code{applyZeroScale} is false,
     448then the values shall only be used in calculating the noise.
    455449
    456450The purpose of \code{applyZeroScale} is to allow combination of fringe
     
    463457If the \code{gain} and \code{readnoise} are positive and non-negative
    464458(respectively), then these shall be used to provide weights for the
    465 combination.
     459combination using Poisson statistics.
     460
     461The \code{inputs, zero} and \code{scale} may be of S16, S32 and F32
     462types, and must all be of the same type.  The \code{output} shall be
     463of the same type.
    466464
    467465\section{Camera Configutation Information}
Note: See TracChangeset for help on using the changeset viewer.