RAVE
|
Represents the area. More...
Public Attributes | |
RAVE_OBJECT_HEAD char * | id |
Always on top. | |
char * | description |
the description | |
double | lon |
the longitude (in radians) | |
double | lat |
the latitude (in radians) | |
double | height |
the height above sea level in meters | |
unsigned int | nelangles |
the size of the elangels array | |
double * | elangles |
the elevation angles (in radians) | |
long | nrays |
number of rays | |
long | nbins |
number of bins | |
double | scale |
the size of a bin | |
double | beamwH |
the horizontal beam width | |
double | beamwV |
the vertical beam width | |
double | wavelength |
the wave length | |
Projection_t * | projection |
the projection that is used for this radar, usually just a plain lonlat projection | |
Represents the area.
double _RadarDefinition_t::beamwH |
the horizontal beam width
double _RadarDefinition_t::beamwV |
the vertical beam width
char* _RadarDefinition_t::description |
the description
double* _RadarDefinition_t::elangles |
the elevation angles (in radians)
double _RadarDefinition_t::height |
the height above sea level in meters
RAVE_OBJECT_HEAD char* _RadarDefinition_t::id |
Always on top.
the id
double _RadarDefinition_t::lat |
the latitude (in radians)
double _RadarDefinition_t::lon |
the longitude (in radians)
long _RadarDefinition_t::nbins |
number of bins
unsigned int _RadarDefinition_t::nelangles |
the size of the elangels array
long _RadarDefinition_t::nrays |
number of rays
Projection_t* _RadarDefinition_t::projection |
the projection that is used for this radar, usually just a plain lonlat projection
double _RadarDefinition_t::scale |
the size of a bin
double _RadarDefinition_t::wavelength |
the wave length