IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2004, 1:43:15 PM (22 years ago)
Author:
Paul Price
Message:

Angles are to be expressed internally as radians.

File:
1 edited

Legend:

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

    r2046 r2047  
    1 %%% $Id: psLibSDRS.tex,v 1.135 2004-10-11 22:25:16 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.136 2004-10-11 23:43:03 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    153153capability.  The memory management functions, defined below, must be
    154154written to be thread-safe. 
     155
     156\subsection{Conventions}
     157
     158To maintain consistency throughout the library, angles shall be
     159specified in radians.  In a small number of cases which we expect will
     160be used heavily (i.e., \code{psSphereOffset} and trigonometric
     161operations on vectors), the unit may be specified, which provides
     162convenience to the user.
    155163
    156164%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     
    26022610                       psC64 exposed, psImageInterpolateMode mode);
    26032611\end{verbatim}
    2604 Rotate the input image by given angle, specified in degrees.  The
     2612Rotate the input image by given angle, specified in radians.  The
    26052613output image must contain all of the pixels from the input image in
    26062614their new frame.  Pixels in the output image which do not map to input
Note: See TracChangeset for help on using the changeset viewer.