LAL  7.5.0.1-89842e6

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.