IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2005, 8:54:01 AM (21 years ago)
Author:
eugene
Message:

prepare for release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r5623 r5706  
    1 %%% $Id: psLibSDRS.tex,v 1.360 2005-11-30 01:21:39 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.361 2005-12-06 18:54:01 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    494916 & 2005 Sep 13 & final for cycle 8 \\ \hline
    505017 & 2005 Oct 18 & draft for cycle 9 \\ \hline
     5118 & 2005 Dec 06 & draft for cycle 10 \\ \hline
    5152\RevisionsEnd
    5253
     
    36423643lower bounds of the image, the coordinates should saturate on those
    36433644limits.  The output of this function is always a valid region, though
    3644 it may define an area of 0 pixels. \tbd{if Image is a subimage, do
    3645 region coordinates refer to image or subimage?}
    3646 
     3645it may define an area of 0 pixels.  If \code{image} is a subimage, the
     3646region coordinates refer to the subimage pixel coordinates.
    36473647
    36483648\begin{prototype}
     
    53685368This function returns the number of pixels in the image region which
    53695369satisfy any of the mask bits.  An error (eg, invalid image, invalid
    5370 region) results in a return value of -1. \tbd{how should region be
    5371 interpreted if mask is a subimage?}
     5370region) results in a return value of -1.  The \code{region} refers to
     5371the pixels of the \code{mask}; if \code{mask} is a subimage, the
     5372region must be defined relative to those subimage pixels.
    53725373
    53735374\begin{prototype}
     
    70477048psProjection *psProjectionAlloc(double R, double D, double Xs, double Ys, psProjectionType type);
    70487049\end{prototype}
     7050where the units of \code{R} and \code{D} are radians, while \code{Xs} and \code{Ys} are in radians per pixel.
    70497051
    70507052The following functions will project and deproject (respectively)
Note: See TracChangeset for help on using the changeset viewer.