IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3992


Ignore:
Timestamp:
May 19, 2005, 2:43:57 PM (21 years ago)
Author:
Paul Price
Message:

bug 416

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r3969 r3992  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.102 2005-05-19 02:08:30 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.103 2005-05-20 00:43:57 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    612612  implemented.
    613613\item Renamed \code{psMaskToPixels} to \code{psPixelsFromMask} (bug 414).
    614 \end{itemize}
    615 
    616 
    617 
     614\item \code{psRegionFromString} returns \code{NaN} for any element that doesn't parse correctly (bug 416).
     615\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r3971 r3992  
    1 %%% $Id: psLibSDRS.tex,v 1.230 2005-05-19 02:15:07 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.231 2005-05-20 00:43:57 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    27262726coordinates.  The second function converts the IRAF description of a
    27272727region in the form \code{[x0:x1,y0:y1]}, used for header entries such
    2728 as \code{BIASSEC}, into the corresponding \code{psRegion} structure.
    2729 We also define a function that converts a \code{psRegion} to the
    2730 corresponding IRAF description.
     2728as \code{BIASSEC}, into the corresponding \code{psRegion} structure
     2729(any values that do not parse correctly shall be returned as
     2730\code{NaN}).  We also define a function that converts a
     2731\code{psRegion} to the corresponding IRAF description.
    27312732
    27322733\begin{verbatim}
Note: See TracChangeset for help on using the changeset viewer.