34#include "DetectorOp.h"
59 DetectorOp(__FUNCTION__,
"Detects clutter. Based on difference of DBZH and TH. At halfwidth PROB=0.5. Universal.",
"clutter.ccor"){
65 parameters.link(
"threshold", this->threshold.tuple() = threshold,
"dBZ range");
66 parameters.link(
"mask", this->mask = mask,
"Doppler-cleared only");
75 void runDetection(
const DataSet<PolarSrc> & src, PlainData<PolarDst> & dst, DataSet<PolarDst> & aux)
const;
virtual void runDetection(const DataSet< PolarSrc > &src, PlainData< PolarDst > &dst, DataSet< PolarDst > &aux) const
Process as sweep (data in one elevation angle)
Definition CCorOp.cpp:52
CCorOp(drain::Range< double > threshold={10, 30}, bool mask=false)
Computes sizes of segments having intensity over minDBZ.
Definition CCorOp.h:58
void setQuantities(const std::string &s)
Sets basic quantities and quality quantities. These sets are separated by '/'.
Definition DataSelector.cpp:282
Base class for anomaly detectors.
Definition DetectorOp.h:49
bool REQUIRE_STANDARD_DATA
Set to true if operator expects fixed background intensities instead of "nodata" defined by the Polar...
Definition DetectorOp.h:216
bool UNIVERSAL
If true, applies also to quantities str than the one used in detection. The detection and the accumul...
Definition DetectorOp.h:181
Definition DataSelector.cpp:44