Defines the functions available when working with polar scans.
Defines the functions available when working with polar volumes.
Radvol-QC general structures and algorithms.
int RadvolBroad_broadAssessment_scan(PolarScan_t *scan, Radvol_params_t *params, char *paramFileName)
Runs algorithm for assessment of distance-to-radar related effects with parameters from XML file.
Definition radvolbroad.c:208
int RadvolBroad_broadAssessment_pvol(PolarVolume_t *pvol, Radvol_params_t *params, char *paramFileName)
Runs algorithm for assessment of distance-to-radar related effects with parameters from XML file.
Definition radvolbroad.c:255
RaveCoreObjectType RadvolBroad_TYPE
Type definition to use when creating a rave object.
Definition radvolbroad.c:304
Generic implementation of an object that is used within rave.
Represents one scan in a volume.
Definition polarscan.c:47
Represents a volume.
Definition polarvolume.c:51
Represents the RadvolBroad algorithm.
Definition radvolbroad.c:36
Represents argument parameters for Radvol's algorithms.
Definition radvol.h:88
The rave object type definition.
Definition rave_object.h:52