RAVE
|
Represents the Radvol. More...
#include <radvol.h>
Public Attributes | |
RAVE_OBJECT_HEAD Elevation_t * | TabElev |
Always on top. | |
int | nele |
number of elevations in TabElev | |
double | beamwidth |
ray width [rad] | |
double | wavelength |
length of wave [cm] | |
double | pulselength |
half of radar pulse length | |
double | Eer |
equivalent earth's radius [km] | |
int | altitude |
altitude of antenna | |
char * | name |
radar name what->source->NOD | |
char * | task_name |
task name to be saved in *.h5 file | |
char * | task_args |
task arguments to be saved in *.h5 file | |
int | QIOn |
1 if QI is calculated, 0 otherwise | |
int | QCOn |
1 if QC is on, 0 otherwise | |
int | DBZHtoTH |
1 if to copy unprocessed DBZH into TH if TH does not exist, 0 otherwise | |
Represents the Radvol.
int _Radvol_t::altitude |
altitude of antenna
double _Radvol_t::beamwidth |
ray width [rad]
int _Radvol_t::DBZHtoTH |
1 if to copy unprocessed DBZH into TH if TH does not exist, 0 otherwise
double _Radvol_t::Eer |
equivalent earth's radius [km]
char* _Radvol_t::name |
radar name what->source->NOD
int _Radvol_t::nele |
number of elevations in TabElev
double _Radvol_t::pulselength |
half of radar pulse length
int _Radvol_t::QCOn |
1 if QC is on, 0 otherwise
int _Radvol_t::QIOn |
1 if QI is calculated, 0 otherwise
RAVE_OBJECT_HEAD Elevation_t* _Radvol_t::TabElev |
Always on top.
elevation data
char* _Radvol_t::task_args |
task arguments to be saved in *.h5 file
char* _Radvol_t::task_name |
task name to be saved in *.h5 file
double _Radvol_t::wavelength |
length of wave [cm]