IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

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