Changeset 5706
- Timestamp:
- Dec 6, 2005, 8:54:01 AM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (3 diffs)
-
psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r5574 r5706 1 %%% $Id: ChangeLogSDRS.tex,v 1.18 2 2005-11-22 20:33:00 price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.183 2005-12-06 18:54:01 eugene Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 803 803 \end{itemize} 804 804 805 \subsection{Changes from Revision 17 (18 Oct 2005) to present}805 \subsection{Changes from Revision 17 (18 Oct 2005) to Revistion 18 (06 Dec 2005)} 806 806 807 807 \begin{itemize} … … 830 830 \code{psMemThreadSafety} (see bug 586). 831 831 \item Added return type for \code{psImageSmooth} (bug 588). 832 \end{itemize} 832 \item clarified psRegion for subimages 833 \item clarified units for \code{psProjectionAlloc} 834 \end{itemize} -
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.
