RAVE
|
Defines one polar volume. More...
#include <rave_transform.h>
Public Attributes | |
double | beamwidth |
Beamwidth. | |
double | nodata |
No data. | |
double | noecho |
No echo. | |
double | lon |
Longitude for the radar. | |
double | lat |
Latitude for the radar. | |
double | geo_height |
Height of the radar. | |
int | azim_uppb |
Number of beans. | |
int | range_uppb |
Number of range bins. | |
double | azimuth_offset |
Azimutal difference between two nearby beans. | |
double | scale |
Resolution for the beans. | |
double | cressmanxy |
xy value used in cressman | |
double | cressmanz |
z value used in cressman | |
int | got_cressmanxy |
if cressmanxy is set | |
int | got_cressmanz |
if cressmanz is set | |
int | fieldsn |
number of fields | |
RavePolarField * | fields |
The array of fields. | |
Defines one polar volume.
int RavePolarVolume::azim_uppb |
Number of beans.
double RavePolarVolume::azimuth_offset |
Azimutal difference between two nearby beans.
double RavePolarVolume::beamwidth |
Beamwidth.
double RavePolarVolume::cressmanxy |
xy value used in cressman
double RavePolarVolume::cressmanz |
z value used in cressman
RavePolarField* RavePolarVolume::fields |
The array of fields.
int RavePolarVolume::fieldsn |
number of fields
double RavePolarVolume::geo_height |
Height of the radar.
int RavePolarVolume::got_cressmanxy |
if cressmanxy is set
int RavePolarVolume::got_cressmanz |
if cressmanz is set
double RavePolarVolume::lat |
Latitude for the radar.
double RavePolarVolume::lon |
Longitude for the radar.
double RavePolarVolume::nodata |
No data.
double RavePolarVolume::noecho |
No echo.
int RavePolarVolume::range_uppb |
Number of range bins.
double RavePolarVolume::scale |
Resolution for the beans.