RAVE
|
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. | |
Function for performing hit-accumulation clutter filtering.
int hacFilter | ( | PolarScan_t * | scan, |
RaveField_t * | hac, | ||
char * | quant ) |
Performs HAC filtering.
[in] | scan | - input scan |
[in] | hac | - input field containing hits |
int hacIncrement | ( | PolarScan_t * | scan, |
RaveField_t * | hac, | ||
char * | quant ) |
Increments the HAC for that radar and elevation angle.
[in] | scan | - input scan |
[in] | hac | - input field containing hits |
[in] | quant | - string containing quantity, e.g. "DBZH" |
int zdiff | ( | PolarScan_t * | scan, |
double | thresh ) |
Derives Z-diff quality indicator.
[in] | scan | - input scan |