Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-6c6b863
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

This is the parameter structure for the LALRunningMedian functions.

Currently the only parameter supported is the blocksize, the number of elements a single median is calculated from. The current implementation requires the blocksize to be < 2.

Definition at line 103 of file LALRunningMedian.h.

Data Fields

UINT4 blocksize
 the number of elements a single median is calculated from More...
 

Field Documentation

◆ blocksize

UINT4 LALRunningMedianPar::blocksize

the number of elements a single median is calculated from

Definition at line 105 of file LALRunningMedian.h.