#217 closed defect (fixed)
Function psVectorHistogram description
| Reported by: | 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 , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 22 years ago
| Keywords: | VERIFIED added |
|---|
Closing subsequent to release of SDRS-08, ADD-07.
comment:3 by , 22 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

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,
\end{verbatim}
The \code{values} vector may be of types \code{psU8, psU16, psF32,
psF64}, with the \code{errors} vector of the corresponding type.