IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#217 closed defect (fixed)

Function psVectorHistogram description

Reported by: Eric.VanAlst@… Owned by: Paul Price
Priority: normal Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

In SDR-08 section 4.3.2, the description of the function psVectorHistogram
mentions an argument "errors" without much description, but the function
prototype doesn't have a new argument.

Change History (3)

comment:1 by Paul Price, 22 years ago

Resolution: fixed
Status: newclosed

Thanks for spotting that. Updated the SDRS:

The following function populates the histogram bins from the specified
vector (\code{values}), and optionally the \code{errors} in the input
values. It alters and returns the histogram \code{out} structure.
\begin{verbatim}
psHistogram *psVectorHistogram(psHistogram *out,

const psVector *values,
const psVector *errors,
const psVector *mask,
unsigned int maskVal);

\end{verbatim}
The \code{values} vector may be of types \code{psU8, psU16, psF32,
psF64}, with the \code{errors} vector of the corresponding type.

comment:2 by Paul Price, 22 years ago

Keywords: VERIFIED added

Closing subsequent to release of SDRS-08, ADD-07.

comment:3 by Paul Price, 22 years ago

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.