Prototypes | |
| void | LALHoughStatistics (LALStatus *status, HoughStats *out, HOUGHMapTotal *in) |
| This function calculates the maximum number count, minimum number count, average and standard deviation of a given total Hough map. More... | |
| void | LALHoughHistogram (LALStatus *status, UINT8Vector *out, HOUGHMapTotal *in) |
| Produces a histogram of the number counts in a total Hough map. More... | |
| void | LALHoughmapMeanVariance (LALStatus *status, REAL8 *mean, REAL8 *variance, HOUGHMapTotal *in) |
Go to the source code of this file.
Data Structures | |
| struct | HoughStats |
| Structure for storing statistical information about a Hough map. More... | |
Macros | |
Error Codes | |
| #define | STATISTICSH_ENULL 1 |
| #define | STATISTICSH_EVAL 2 |
| #define | STATISTICSH_MSGENULL "Null Pointer" |
| #define | STATISTICSH_MSGEVAL "Invalid Value" |