31 #ifndef ANDRE_TEST_OP_H_
32 #define ANDRE_TEST_OP_H_
35 #include "DetectorOp.h"
55 TestOp(
double value=0.0,
double prob=1.0) :
56 DetectorOp(__FUNCTION__,
"Create rectangular fake anomaly (value) and 'detect' it with desired probability (prob).",
"nonmet.clutter"){
59 dataSelector.setQuantities(
"^DBZH$");
60 REQUIRE_STANDARD_DATA =
false;
63 parameters.link(
"value", this->value = value,
"value");
64 parameters.link(
"prob", this->prob = prob,
"prob");
66 parameters.link(
"i", this->iRange.tuple() = {200,230},
"coord range");
67 parameters.link(
"j", this->jRange.tuple() = {240,300},
"coord range");
A map of radar data, indexed by quantity code (DBZH, VRAD, etc).
Definition: Data.h:1213
Base class for anomaly detectors.
Definition: DetectorOp.h:49
Essential class for storing radar data.
Definition: Data.h:302
TestOp(double value=0.0, double prob=1.0)
Create rectangular fake anomaly (value) and 'detect' it with desired probability (prob)
Definition: TestOp.h:55
Namespace for images and image processing tools.
Definition: AccumulationArray.cpp:45
Definition: DataSelector.cpp:44