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.
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.
Generic implementation of an object that is used within rave.
Type definitions for RAVE.
Utilities for translating between different units and other useful functions.
Represents one scan in a volume.
Definition polarscan.c:47
Represents the cartesian volume.
Definition rave_field.c:36