Changeset 2335
- Timestamp:
- Nov 10, 2004, 6:01: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
r2191 r2335 1 %%% $Id: ChangeLogSDRS.tex,v 1. 5 2004-10-22 00:19:02price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.6 2004-11-11 04:01:23 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 17 17 \item \code{nBin} in \code{pmSubtractBias} is also interpreted as the 18 18 number of spline pieces if spline fitting is specified. 19 \item Refined \code{pmReadoutCombine} specification in response to bug 227. 19 20 \end{itemize} -
trunk/doc/modules/ModulesSDRS.tex
r2241 r2335 1 %%% $Id: ModulesSDRS.tex,v 1.2 0 2004-10-29 22:00:51 eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.21 2004-11-11 04:01:43 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 438 438 If the \code{zero} vector is non-\code{NULL} and \code{applyZeroScale} 439 439 is \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 441 non-\code{NULL} and \code{applyZeroScale} is false, then the values 442 shall only be used in calculating the noise. 446 443 447 444 If the \code{scale} vector is non-\code{NULL} and 448 445 \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. 446 shall multiply the \code{inputs} before rejection is performed. If 447 \code{scale} is non-\code{NULL} and \code{applyZeroScale} is false, 448 then the values shall only be used in calculating the noise. 455 449 456 450 The purpose of \code{applyZeroScale} is to allow combination of fringe … … 463 457 If the \code{gain} and \code{readnoise} are positive and non-negative 464 458 (respectively), then these shall be used to provide weights for the 465 combination. 459 combination using Poisson statistics. 460 461 The \code{inputs, zero} and \code{scale} may be of S16, S32 and F32 462 types, and must all be of the same type. The \code{output} shall be 463 of the same type. 466 464 467 465 \section{Camera Configutation Information}
Note:
See TracChangeset
for help on using the changeset viewer.
