Public Member Functions | |
RadarImage () | |
RadarImage (const code::RadialSet &radialSet) | |
float | get_elevation () const |
Returns the elevation of this image in degrees. | |
float | pix_per_km () const |
The resolution of this image. | |
Static Public Attributes | |
static const int | MinValidValue = -7 |
The threshold below which the image is thresholded, in dBZ. | |
static float | PIX_PER_KM |
The number of pixels per kilometer. | |
static int | IMGSIZE |
The size of image. | |
static const int | PixelScaleFactor = 2 |
The value by which this image value has to be divided to get dBZ. | |
static const float | RadarRange |
The maximum range of the radar images built. | |
Classes | |
class | AzRan |
bwer::RadarImage::RadarImage | ( | ) |
bwer::RadarImage::RadarImage | ( | const code::RadialSet & | radialSet | ) |
float bwer::RadarImage::get_elevation | ( | ) | const |
Returns the elevation of this image in degrees.
float bwer::RadarImage::pix_per_km | ( | ) | const |
The resolution of this image.
int bwer::RadarImage::IMGSIZE [static] |
The size of image.
Set by first image.
const int bwer::RadarImage::MinValidValue = -7 [static] |
The threshold below which the image is thresholded, in dBZ.
float bwer::RadarImage::PIX_PER_KM [static] |
The number of pixels per kilometer.
Set by first image.
const int bwer::RadarImage::PixelScaleFactor = 2 [static] |
The value by which this image value has to be divided to get dBZ.
const float bwer::RadarImage::RadarRange [static] |
The maximum range of the radar images built.
The rest of the information is trimmed away. In kms.