Opened 13 years ago

Last modified 13 years ago

#117 assigned enhancement

improve error reporting for getStats functions

Reported by: MatthewWhiting Owned by: MatthewWhiting
Priority: normal Milestone: Release-2.0
Component: Code base Version: 1.1.11
Severity: normal Keywords:
Cc:

Description

The way the getStats functions report / deal with errors is not terribly useful. It would be better to make use of a return value so that the calling function knows if something went wrong.

Here's the example that I had: I was calling findMedianStats with a mask, but had the wrong size provided - instead of the size of the array, it was the number of good points in the mask. findMedianStats then looks at only the first 'size' points in the mask array, but in this case they were invalid, and so no good points were found.

Might also want to improve the documentation so that the nature of the "size" parameter is explicitly identified.

Change History (1)

comment:1 Changed 13 years ago by MatthewWhiting

Status: newassigned
Note: See TracTickets for help on using tickets.