Changeset 5706 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Dec 6, 2005, 8:54:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5623 r5706 1 %%% $Id: psLibSDRS.tex,v 1.36 0 2005-11-30 01:21:39 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.361 2005-12-06 18:54:01 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 49 49 16 & 2005 Sep 13 & final for cycle 8 \\ \hline 50 50 17 & 2005 Oct 18 & draft for cycle 9 \\ \hline 51 18 & 2005 Dec 06 & draft for cycle 10 \\ \hline 51 52 \RevisionsEnd 52 53 … … 3642 3643 lower bounds of the image, the coordinates should saturate on those 3643 3644 limits. 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 3645 it may define an area of 0 pixels. If \code{image} is a subimage, the 3646 region coordinates refer to the subimage pixel coordinates. 3647 3647 3648 3648 \begin{prototype} … … 5368 5368 This function returns the number of pixels in the image region which 5369 5369 satisfy 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?} 5370 region) results in a return value of -1. The \code{region} refers to 5371 the pixels of the \code{mask}; if \code{mask} is a subimage, the 5372 region must be defined relative to those subimage pixels. 5372 5373 5373 5374 \begin{prototype} … … 7047 7048 psProjection *psProjectionAlloc(double R, double D, double Xs, double Ys, psProjectionType type); 7048 7049 \end{prototype} 7050 where the units of \code{R} and \code{D} are radians, while \code{Xs} and \code{Ys} are in radians per pixel. 7049 7051 7050 7052 The following functions will project and deproject (respectively)
Note:
See TracChangeset
for help on using the changeset viewer.
