IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3969


Ignore:
Timestamp:
May 18, 2005, 4:08:30 PM (21 years ago)
Author:
Paul Price
Message:

Renamed psMaskToPixels.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r3958 r3969  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.101 2005-05-18 20:45:01 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.102 2005-05-19 02:08:30 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    611611  \code{psFitsGetExtName}, \code{psFitsSetExtName} already
    612612  implemented.
    613 \end{itemize}
    614 
    615 
    616 
     613\item Renamed \code{psMaskToPixels} to \code{psPixelsFromMask} (bug 414).
     614\end{itemize}
     615
     616
     617
  • trunk/doc/pslib/psLibSDRS.tex

    r3965 r3969  
    1 %%% $Id: psLibSDRS.tex,v 1.228 2005-05-19 01:09:14 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.229 2005-05-19 02:08:30 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    32133213\begin{verbatim}
    32143214psImage *psPixelsToMask(psImage *out, const psPixels *pixels, const psRegion region, unsigned int maskVal);
    3215 psPixels *psMaskToPixels(psPixels *out, const psImage *mask, unsigned int maskVal);
     3215psPixels *psPixelsFromMask(psPixels *out, const psImage *mask, unsigned int maskVal);
    32163216\end{verbatim}
    32173217
Note: See TracChangeset for help on using the changeset viewer.