int hacIncrement(PolarScan_t *scan, RaveField_t *hac, char *quant)
Increments the HAC for that radar and elevation angle.
Definition odc_hac.c:132
int zdiff(PolarScan_t *scan, double thresh)
Derives Z-diff quality indicator.
Definition odc_hac.c:172
int hacFilter(PolarScan_t *scan, RaveField_t *hac, char *quant)
Performs HAC filtering.
Definition odc_hac.c:32
Defines the functions available when working with polar scans.
struct _PolarScan_t PolarScan_t
Defines a Polar Scan.
Definition polarscan.h:41
Defines the functions available when working with one parameter in a polar scan.
Allocation routines for keeping track on memory.
Used for keeping track on attributes.
Defines the functions for debugging rave.
Generic field that only provides a 2-dim data field and a number of dynamic attributes.
struct _RaveField_t RaveField_t
Defines a Rave field.
Definition rave_field.h:38
Generic implementation of an object that is used within rave.
Type definitions for RAVE.
Utilities for translating between different units and other useful functions.