32#ifndef HYDROCLASSBASED_H_
33#define HYDROCLASSBASED_H_
37#include "DetectorOp.h"
60 DetectorOp(__FUNCTION__,
"Sets probabilities of non-meteorological echoes based on precomputed hydrometeor CLASS.",
"nonmet"){
64 parameters.link(
"nonMet", this->nonMet = nonMet);
66 parameters.link(
"NOMET", this->NOMET = NOMET);
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
Sets probabilities of non-meteorological echoes based on precomputed hydrometeor classification.
Definition HydroClassBasedOp.h:52
virtual void runDetector(const PlainData< PolarSrc > &srcData, PlainData< PolarDst > &dstProb) const
Process as sweep (data in one elevation angle)
Definition HydroClassBasedOp.cpp:41
HydroClassBasedOp(double nonMet=0.5, unsigned int NOMET=1)
Definition HydroClassBasedOp.h:59
Essential class for storing radar data.
Definition Data.h:311
Namespace for images and image processing tools.
Definition AccumulationArray.cpp:45
Definition DataSelector.cpp:44