IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2781


Ignore:
Timestamp:
Dec 21, 2004, 2:02:35 PM (22 years ago)
Author:
Paul Price
Message:

psHistogram.nums changed to type F32 to accomodate errors in the values.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r2737 r2781  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.52 2004-12-16 22:10:43 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.53 2004-12-22 00:02:32 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    404404\item added psFitsUpdateTable
    405405\item Updated \code{psSpline1D} to use a vector for the \code{knots}, and specified types.
    406 \end{itemize}
     406\item \code{psHistogram.nums} changed to type F32 to accomodate errors in the values.
     407\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r2737 r2781  
    1 %%% $Id: psLibSDRS.tex,v 1.160 2004-12-16 22:10:48 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.161 2004-12-22 00:02:35 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    21102110In this structure, the vector \code{bounds} specifies the boundaries
    21112111of the histogram bins, and must of type \code{psF32}, while
    2112 \code{nums} specifies the number of entries in the bin, and must of
    2113 type \code{psU32}.  The value of \code{bounds.n} must therefore be 1
    2114 greater than than \code{nums.n}.  The two values \code{minNum} and
    2115 \code{maxNum} are the number of data values which fell below the lower
    2116 limit bound or above the upper limit bound, respectively.
     2112\code{nums} specifies the number of entries in the bin, and must be of
     2113type \code{psF32} in order to accomodate errors.  The value of
     2114\code{bounds.n} must therefore be 1 greater than than \code{nums.n}.
     2115The two values \code{minNum} and \code{maxNum} are the number of data
     2116values which fell below the lower limit bound or above the upper limit
     2117bound, respectively.
    21172118
    21182119The constructors and destructor follow.  We specify two constructors,
Note: See TracChangeset for help on using the changeset viewer.