|
RAVE
|
Represents the RadvolSpike algorithm. More...
Public Attributes | |
| RAVE_OBJECT_HEAD Radvol_t * | radvol |
| Always on top. | |
| double | SPIKE_QI |
| QISPIKE value for external interference signals. | |
| double | SPIKE_QIUn |
| QISPIKE value for uncorrected external interference signals. | |
| double | SPIKE_ACovFrac |
| Maximum fraction of echo cover to apply the correction (algorithm A) | |
| int | SPIKE_AAzim |
| Number of azimuths to find variance across beam (algorithm A) | |
| double | SPIKE_AVarAzim |
| Threshold for variance across beam (algorithm A) | |
| int | SPIKE_ABeam |
| Number of pixels along beam to find variance (algorithm A) | |
| double | SPIKE_AVarBeam |
| Threshold for variance along beam (algorithm A) | |
| double | SPIKE_AFrac |
| Minimum fraction of potential spike gates in beam (algorithm A) | |
| double | SPIKE_BDiff |
| Minimum difference between the potential spike and vicinity (algorithm B) | |
| int | SPIKE_BAzim |
| Number of azimuths to find reflectivity gradient (algorithm B) | |
| double | SPIKE_BFrac |
| Minimum fraction of potential spike gates in beam (algorithm B) | |
Represents the RadvolSpike algorithm.
| RAVE_OBJECT_HEAD Radvol_t* _RadvolSpike_t::radvol |
Always on top.
volume of reflectivity and QI
| int _RadvolSpike_t::SPIKE_AAzim |
Number of azimuths to find variance across beam (algorithm A)
| int _RadvolSpike_t::SPIKE_ABeam |
Number of pixels along beam to find variance (algorithm A)
| double _RadvolSpike_t::SPIKE_ACovFrac |
Maximum fraction of echo cover to apply the correction (algorithm A)
| double _RadvolSpike_t::SPIKE_AFrac |
Minimum fraction of potential spike gates in beam (algorithm A)
| double _RadvolSpike_t::SPIKE_AVarAzim |
Threshold for variance across beam (algorithm A)
| double _RadvolSpike_t::SPIKE_AVarBeam |
Threshold for variance along beam (algorithm A)
| int _RadvolSpike_t::SPIKE_BAzim |
Number of azimuths to find reflectivity gradient (algorithm B)
| double _RadvolSpike_t::SPIKE_BDiff |
Minimum difference between the potential spike and vicinity (algorithm B)
| double _RadvolSpike_t::SPIKE_BFrac |
Minimum fraction of potential spike gates in beam (algorithm B)
| double _RadvolSpike_t::SPIKE_QI |
QISPIKE value for external interference signals.
| double _RadvolSpike_t::SPIKE_QIUn |
QISPIKE value for uncorrected external interference signals.