RAVE
|
Radvol-QC algorithms for non-meteorological echoes removal. More...
Go to the source code of this file.
Typedefs | |
typedef struct _RadvolNmet_t | RadvolNmet_t |
Defines a RadvolNmet. | |
Functions | |
int | RadvolNmet_nmetRemoval_scan (PolarScan_t *scan, Radvol_params_t *params, char *paramFileName) |
Runs algorithm for non-meteorological echoes removal and quality characterization with parameters from XML file. | |
int | RadvolNmet_nmetRemoval_pvol (PolarVolume_t *pvol, Radvol_params_t *params, char *paramFileName) |
Runs algorithm for non-meteorological echoes removal and quality characterization with parameters from XML file. | |
Variables | |
RaveCoreObjectType | RadvolNmet_TYPE |
Type definition to use when creating a rave object. | |
Radvol-QC algorithms for non-meteorological echoes removal.
typedef struct _RadvolNmet_t RadvolNmet_t |
Defines a RadvolNmet.
int RadvolNmet_nmetRemoval_pvol | ( | PolarVolume_t * | pvol, |
Radvol_params_t * | params, | ||
char * | paramFileName ) |
Runs algorithm for non-meteorological echoes removal and quality characterization with parameters from XML file.
pvol | - input polar volume |
params | - struct containing algorithm-specific parameter settings |
paramFileName | - name of XML file with parameters (otherwise default values are applied) |
int RadvolNmet_nmetRemoval_scan | ( | PolarScan_t * | scan, |
Radvol_params_t * | params, | ||
char * | paramFileName ) |
Runs algorithm for non-meteorological echoes removal and quality characterization with parameters from XML file.
scan | - input polar scan |
params | - struct containing algorithm-specific parameter settings |
paramFileName | - name of XML file with parameters (otherwise default values are applied) |
|
extern |
Type definition to use when creating a rave object.