RAVE
odc_hac.h File Reference

Function for performing hit-accumulation clutter filtering. More...

#include "polarscan.h"
#include "polarscanparam.h"
#include "rave_field.h"
#include "rave_attribute.h"
#include "rave_object.h"
#include "rave_alloc.h"
#include "rave_types.h"
#include "raveutil.h"
#include "rave_debug.h"

Go to the source code of this file.

Functions

int hacFilter (PolarScan_t *scan, RaveField_t *hac, char *quant)
 Performs HAC filtering.
 
int hacIncrement (PolarScan_t *scan, RaveField_t *hac, char *quant)
 Increments the HAC for that radar and elevation angle.
 
int zdiff (PolarScan_t *scan, double thresh)
 Derives Z-diff quality indicator.
 

Detailed Description

Function for performing hit-accumulation clutter filtering.

Author
Daniel Michelson, SMHI
Date
2013-01-23

Function Documentation

◆ hacFilter()

int hacFilter ( PolarScan_t * scan,
RaveField_t * hac,
char * quant )

Performs HAC filtering.

Parameters
[in]scan- input scan
[in]hac- input field containing hits
Returns
int 1 if successful, otherwise 0

◆ hacIncrement()

int hacIncrement ( PolarScan_t * scan,
RaveField_t * hac,
char * quant )

Increments the HAC for that radar and elevation angle.

Parameters
[in]scan- input scan
[in]hac- input field containing hits
[in]quant- string containing quantity, e.g. "DBZH"
Returns
int 1 if successful, otherwise 0

◆ zdiff()

int zdiff ( PolarScan_t * scan,
double thresh )

Derives Z-diff quality indicator.

Parameters
[in]scan- input scan
Returns
int 1 if successful, otherwise 0