IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4091


Ignore:
Timestamp:
Jun 2, 2005, 11:22:40 AM (21 years ago)
Author:
Paul Price
Message:

Clarifying image combination and subtraction after conversation with George.

Location:
trunk/doc/modules
Files:
2 edited

Legend:

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

    r3975 r4091  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.20 2005-05-19 02:58:30 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.21 2005-06-02 21:22:40 price Exp $
    22
    33\subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)}
     
    7272  prototypes (passed by value instead of by reference).
    7373\item \code{pmSourceMoments} does not require image parameter.
     74\item Added \code{masks} to \code{pmRejectPixels}.
     75\item Added \code{size} and \code{spatialOrder} to \code{pmSubtractionKernels}.
    7476\end{itemize}
  • trunk/doc/modules/ModulesSDRS.tex

    r4041 r4091  
    1 %%% $Id: ModulesSDRS.tex,v 1.42 2005-05-27 21:27:13 jhoblitt Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.43 2005-06-02 21:22:40 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    16061606\begin{prototype}
    16071607psArray *pmRejectPixels(const psArray *images, // Array of input images
     1608                        const psArray *masks, // Array of masks for input images
    16081609                        const psArray *pixels, // These are the pixels which were rejected in the combination
    16091610                        const psArray *inToOut, // Transformations from input to output system
     
    17801781typedef struct {
    17811782    pmSubtractionKernelType type;       // Type of kernels --- allowing the use of multiple kernels
     1783    int size;                           // Size of kernel in x and y
     1784    int spatialOrder;                   // Maximum order of spatial variations
    17821785    psVector *u, *v;                    // Offset (for POIS) or polynomial order (for ISIS)
    17831786    psVector *sigma;                    // Width of Gaussian (for ISIS)
     
    20262029kernel (important if the kernel is spatially variable) is specified by
    20272030\code{x} and \code{y}.  If \code{out} is \code{NULL}, then the
    2028 function shall allocate a new image of sufficient size, and return the
    2029 result; otherwise, \code{out} shall be modified in-place.
     2031function shall allocate a new image of sufficient size (matching the
     2032\code{precalc} images), and return the result; otherwise, \code{out}
     2033shall be modified in-place.
    20302034
    20312035
Note: See TracChangeset for help on using the changeset viewer.