BackgroundCheck: check observation closeness to background.
More...
#include <BackgroundCheck.h>
|
void | print (std::ostream &) const override |
|
void | applyFilter (const std::vector< bool > &, const Variables &, std::vector< std::vector< bool >> &) const override |
|
int | qcFlag () const override |
|
BackgroundCheck: check observation closeness to background.
Definition at line 34 of file BackgroundCheck.h.
◆ BackgroundCheck()
ufo::BackgroundCheck::BackgroundCheck |
( |
ioda::ObsSpace & |
obsdb, |
|
|
const eckit::Configuration & |
config, |
|
|
std::shared_ptr< ioda::ObsDataVector< int > > |
flags, |
|
|
std::shared_ptr< ioda::ObsDataVector< float > > |
obserr |
|
) |
| |
◆ ~BackgroundCheck()
ufo::BackgroundCheck::~BackgroundCheck |
( |
| ) |
|
◆ applyFilter()
void ufo::BackgroundCheck::applyFilter |
( |
const std::vector< bool > & |
apply, |
|
|
const Variables & |
filtervars, |
|
|
std::vector< std::vector< bool >> & |
flagged |
|
) |
| const |
|
overrideprivatevirtual |
◆ classname()
static const std::string ufo::BackgroundCheck::classname |
( |
| ) |
|
|
inlinestatic |
◆ print()
void ufo::BackgroundCheck::print |
( |
std::ostream & |
os | ) |
const |
|
overrideprivatevirtual |
◆ qcFlag()
int ufo::BackgroundCheck::qcFlag |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ abs_threshold_
const std::string ufo::BackgroundCheck::abs_threshold_ |
|
private |
◆ function_abs_threshold_
std::string ufo::BackgroundCheck::function_abs_threshold_ |
|
private |
◆ threshold_
const std::string ufo::BackgroundCheck::threshold_ |
|
private |
The documentation for this class was generated from the following files: