IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2006, 8:57:51 AM (20 years ago)
Author:
eugene
Message:

changes leading to CDR

File:
1 edited

Legend:

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

    r6422 r6434  
    1 %%% $Id: ModulesSDRS.tex,v 1.74 2006-02-11 03:16:55 price Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.75 2006-02-16 18:57:51 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    24052405making flat-topped regions have single peaks at the (+x,+y) corner.
    24062406When selecting the peaks, their type must also be set.  The result of
    2407 this function is an array of \code{pmPeak} entries.
     2407this function is an array of \code{pmPeak} entries.  The resulting set
     2408of peaks should be considered a starting point, not an unambiguous
     2409sample of the only real peaks.  If the input image is a subimage, the
     2410output peak coordinates should be in the {\em parent} coordinate
     2411frame.
    24082412
    24092413\begin{prototype}
     
    24332437The first form defines \code{psImage} subarrays (pixel, weight, and
    24342438mask) for the source located at coordinates \code{x,y} on the image
    2435 set defined by \code{readout}.  The pixels defined by this operation
    2436 consist of a square window (of full width $2 Radius + 1$) centered on
    2437 the pixel which contains the given coordinate, in the frame of the
    2438 readout.  The window is defined to have limits which are valid within
    2439 the boundary of the \code{readout} image, thus if the radius would
    2440 fall outside the image pixels, the subimage is truncated to only
    2441 consist of valid pixels.  If \code{readout->mask} or
     2439set defined by \code{readout} (in parent coords).  The pixels defined
     2440by this operation consist of a square window (of full width $2 Radius
     2441+ 1$) centered on the pixel which contains the given coordinate, in
     2442the frame of the readout.  The window is defined to have limits which
     2443are valid within the boundary of the \code{readout} image, thus if the
     2444radius would fall outside the image pixels, the subimage is truncated
     2445to only consist of valid pixels.  If \code{readout->mask} or
    24422446\code{readout->weight} are not \code{NULL}, matching subimages are
    24432447defined for those images as well.  This function fails if no valid
Note: See TracChangeset for help on using the changeset viewer.