LAL  7.5.0.1-ec27e42
LALRunningMedian.h File Reference

Prototypes

void LALDRunningMedian (LALStatus *status, REAL8Sequence *medians, const REAL8Sequence *input, LALRunningMedianPar param)
 See LALRunningMedian_h for documentation. More...
 
void LALSRunningMedian (LALStatus *status, REAL4Sequence *medians, const REAL4Sequence *input, LALRunningMedianPar param)
 See LALRunningMedian_h for documentation. More...
 
void LALDRunningMedian2 (LALStatus *status, REAL8Sequence *medians, const REAL8Sequence *input, LALRunningMedianPar param)
 See LALRunningMedian_h for documentation. More...
 
void LALSRunningMedian2 (LALStatus *status, REAL4Sequence *medians, const REAL4Sequence *input, LALRunningMedianPar param)
 See LALRunningMedian_h for documentation. More...
 

Go to the source code of this file.

Data Structures

struct  LALRunningMedianPar
 This is the parameter structure for the LALRunningMedian functions. More...
 

Macros

Error Codes
#define LALRUNNINGMEDIANH_EMALOC1   1
 Could not allocate indexblock. More...
 
#define LALRUNNINGMEDIANH_EMALOC2   2
 Could not allocate checks. More...
 
#define LALRUNNINGMEDIANH_EMALOC3   3
 Could not allocate checks4shift. More...
 
#define LALRUNNINGMEDIANH_EMALOC4   4
 Could not allocate nodeaddresses. More...
 
#define LALRUNNINGMEDIANH_EMALOC5   5
 Could not aloocate first node. More...
 
#define LALRUNNINGMEDIANH_EMALOC6   6
 Could not allocate node. More...
 
#define LALRUNNINGMEDIANH_ECV   7
 Could not create output vector (LALCreateVector() failed) More...
 
#define LALRUNNINGMEDIANH_ENULL   8
 Invalid input: NULL pointer. More...
 
#define LALRUNNINGMEDIANH_EZERO   9
 Invalid input: block length must be >2. More...
 
#define LALRUNNINGMEDIANH_ELARGE   10
 Invalid input: block length larger than imput length. More...
 
#define LALRUNNINGMEDIANH_EIMED   11
 Invalid input: wrong size of median array. More...