RAVE
_RadarDefinition_t Struct Reference

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_tprojection
 the projection that is used for this radar, usually just a plain lonlat projection
 

Detailed Description

Represents the area.

Member Data Documentation

◆ beamwH

double _RadarDefinition_t::beamwH

the horizontal beam width

◆ beamwV

double _RadarDefinition_t::beamwV

the vertical beam width

◆ description

char* _RadarDefinition_t::description

the description

◆ elangles

double* _RadarDefinition_t::elangles

the elevation angles (in radians)

◆ height

double _RadarDefinition_t::height

the height above sea level in meters

◆ id

RAVE_OBJECT_HEAD char* _RadarDefinition_t::id

Always on top.

the id

◆ lat

double _RadarDefinition_t::lat

the latitude (in radians)

◆ lon

double _RadarDefinition_t::lon

the longitude (in radians)

◆ nbins

long _RadarDefinition_t::nbins

number of bins

◆ nelangles

unsigned int _RadarDefinition_t::nelangles

the size of the elangels array

◆ nrays

long _RadarDefinition_t::nrays

number of rays

◆ projection

Projection_t* _RadarDefinition_t::projection

the projection that is used for this radar, usually just a plain lonlat projection

◆ scale

double _RadarDefinition_t::scale

the size of a bin

◆ wavelength

double _RadarDefinition_t::wavelength

the wave length


The documentation for this struct was generated from the following file: