31#ifndef RACK_POLAR_WINDOW
32#define RACK_POLAR_WINDOW
37#include <drain/image/GaussianWindow.h>
39#include "data/PolarODIM.h"
82 normRange.min =
static_cast<double>(odim.area.height) / (2.0*M_PI);
LogSourc e is the means for a function or any program segment to "connect" to a Log.
Definition Log.h:312
Definition GaussianWindow.h:179
bool resetAtEdges
To avoid accumulated numerical errors esp. with floats, reset the statistics at row/cols ends....
Definition Window.h:529
Definition PolarWindow.h:44
void setRangeNorm(const PolarODIM &odim)
Set range (bin) index, at which aspect ratio of along-beam and cross-beam distances is unity.
Definition PolarWindow.h:80
void update()
At each location, this is called to calculate and store something in members.
Definition PolarWindow.cpp:38
int getRangeNorm()
Range index, at which aspect ratio of along-beam and cross-beam distances is unity.
Definition PolarWindow.h:91
drain::Range< int > normRange
Range of bin indices: min: aspect ratio of along-beam and cross-beam distances is unity.
Definition PolarWindow.h:98
Metadata structure for single-radar data (polar scans, volumes and products).
Definition PolarODIM.h:45
Definition DataSelector.cpp:44