Public Member Functions | |
RadialSetThreshold () | |
Threshold the data in one RadialSet against the another RadialSet. | |
void | processInputData (const code::RadialSet &data) |
pass the input RadialSet that you wish to threshold | |
void | processThresholdData (const code::RadialSet &data) |
pass the input RadialSet that you wish to threshold against | |
code::RadialSet | getResult () |
do the processing, return the result | |
void | setThresholdValue (const float thresh) |
what value do we wish to threshold against? | |
void | setMaxTimeDiff (double timeDiff) |
set the max time difference in seconds for two RadialSets to be considered from the same scan (appropriate for split cuts, such as the WSR-88D does at low tilts) | |
bool | doesDataMatch () |
do the input and threshold data come from the same elevation angle and time? |
w2img::RadialSetThreshold::RadialSetThreshold | ( | ) |
Threshold the data in one RadialSet against the another RadialSet.
bool w2img::RadialSetThreshold::doesDataMatch | ( | ) |
do the input and threshold data come from the same elevation angle and time?
code::RadialSet w2img::RadialSetThreshold::getResult | ( | ) |
do the processing, return the result
void w2img::RadialSetThreshold::processInputData | ( | const code::RadialSet & | data | ) |
pass the input RadialSet that you wish to threshold
void w2img::RadialSetThreshold::processThresholdData | ( | const code::RadialSet & | data | ) |
pass the input RadialSet that you wish to threshold against
void w2img::RadialSetThreshold::setMaxTimeDiff | ( | double | timeDiff | ) |
set the max time difference in seconds for two RadialSets to be considered from the same scan (appropriate for split cuts, such as the WSR-88D does at low tilts)
void w2img::RadialSetThreshold::setThresholdValue | ( | const float | thresh | ) |
what value do we wish to threshold against?