#include <lal/Date.h>
#include <lal/LALDatatypes.h>
#include <lal/HoughMap.h>
#include <lal/LALStdlib.h>
#include <lal/LALConstants.h>
Include dependency graph for Statistics.h:

Go to the source code of this file.
Data Structures | |
| struct | tagHoughStats |
| Structure for storing statistical information about a Hough map. More... | |
Defines | |
| #define | STATISTICSH_ENULL 1 |
| #define | STATISTICSH_EVAL 2 |
| #define | STATISTICSH_MSGENULL "Null Pointer" |
| #define | STATISTICSH_MSGEVAL "Invalid Value" |
Typedefs | |
| typedef tagHoughStats | HoughStats |
| Structure for storing statistical information about a Hough map. | |
Functions | |
| NRCSID (STATISTICSH,"$Id: Statistics.h,v 1.9 2008/06/16 09:47:56 badri Exp $") | |
| void | LALHoughStatistics (LALStatus *status, HoughStats *out, HOUGHMapTotal *in) |
| Calculates max, min, average and standard deviation of Hough number counts hough map. | |
| void | LALHoughHistogram (LALStatus *status, UINT8Vector *out, HOUGHMapTotal *in) |
| Calculates number count histogram hough map. | |
| void | LALHoughmapMeanVariance (LALStatus *status, REAL8 *mean, REAL8 *variance, HOUGHMapTotal *in) |
Created by Badri Krishnan on July 09, 2003
Definition in file Statistics.h.
| #define STATISTICSH_ENULL 1 |
Definition at line 131 of file Statistics.h.
| #define STATISTICSH_EVAL 2 |
Definition at line 132 of file Statistics.h.
| #define STATISTICSH_MSGENULL "Null Pointer" |
Definition at line 133 of file Statistics.h.
| #define STATISTICSH_MSGEVAL "Invalid Value" |
Definition at line 134 of file Statistics.h.
| typedef struct tagHoughStats HoughStats |
Structure for storing statistical information about a Hough map.
| NRCSID | ( | STATISTICSH | , | |
| "$Id: Statistics. | h, | |||
| v 1.9 2008/06/16 09:47:56 badri Exp $" | ||||
| ) |
| void LALHoughStatistics | ( | LALStatus * | status, | |
| HoughStats * | out, | |||
| HOUGHMapTotal * | in | |||
| ) |
Calculates max, min, average and standard deviation of Hough number counts hough map.
| out | output containing statistics |
Definition at line 100 of file Statistics.c.
| void LALHoughHistogram | ( | LALStatus * | status, | |
| UINT8Vector * | out, | |||
| HOUGHMapTotal * | in | |||
| ) |
Calculates number count histogram hough map.
| out | histogram |
Definition at line 251 of file Statistics.c.
| void LALHoughmapMeanVariance | ( | LALStatus * | status, | |
| REAL8 * | mean, | |||
| REAL8 * | variance, | |||
| HOUGHMapTotal * | in | |||
| ) |
Definition at line 194 of file Statistics.c.
1.5.2