Public Types | |
REF_ONLY | |
REF_THEN_VEL | |
VEL_THEN_REF | |
enum | ClutterInput { REF_ONLY, REF_THEN_VEL, VEL_THEN_REF } |
Public Member Functions | |
ClutterMapCreator (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &sourceRadar, const std::string &resolution, const std::string &inputMethod, const std::string &stage, const std::string &smoothingKernel, const std::string &conservativenessFactor) | |
Algorithm constructor, called from w2createClutterMap_main with the command-line options passed in. | |
void | processReflectivity (const code::RadialSet &data) |
void | processVelocity (const code::RadialSet &data) |
Static Public Member Functions | |
static std::string | getSubType (int vcp, const code::Angle &elev) |
Static Public Attributes | |
static const std::string | VERSION |
Classes | |
struct | ClutterValues |
w2img::ClutterMapCreator::ClutterMapCreator | ( | const std::string & | outputDir, | |
const std::string & | outputLBName, | |||
bool | realtime, | |||
const std::string & | sourceRadar, | |||
const std::string & | resolution, | |||
const std::string & | inputMethod, | |||
const std::string & | stage, | |||
const std::string & | smoothingKernel, | |||
const std::string & | conservativenessFactor | |||
) |
Algorithm constructor, called from w2createClutterMap_main with the command-line options passed in.
static std::string w2img::ClutterMapCreator::getSubType | ( | int | vcp, | |
const code::Angle & | elev | |||
) | [static] |
void w2img::ClutterMapCreator::processReflectivity | ( | const code::RadialSet & | data | ) |
void w2img::ClutterMapCreator::processVelocity | ( | const code::RadialSet & | data | ) |
const std::string w2img::ClutterMapCreator::VERSION [static] |