31#ifndef RACK_POLAR_WINDOW
32#define RACK_POLAR_WINDOW
36#include <drain/image/GaussianWindow.h>
38#include "data/PolarODIM.h"
81 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:313
Definition GaussianWindow.h:179
bool resetAtEdges
To avoid accumulated numerical errors esp. with floats, reset the statistics at row/cols ends....
Definition Window.h:527
Definition PolarWindow.h:43
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:79
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:90
drain::Range< int > normRange
Range of bin indices: min: aspect ratio of along-beam and cross-beam distances is unity.
Definition PolarWindow.h:97
Metadata structure for single-radar data (polar scans, volumes and products).
Definition PolarODIM.h:45
Definition DataSelector.cpp:44