8 #ifndef UFO_FILTERS_PROFILEBACKGROUNDCHECK_H_
9 #define UFO_FILTERS_PROFILEBACKGROUNDCHECK_H_
16 #include "oops/util/ObjectCounter.h"
17 #include "oops/util/parameters/OptionalParameter.h"
18 #include "oops/util/Printable.h"
29 template <
typename DATATYPE>
class ObsDataVector;
58 private util::ObjectCounter<ProfileBackgroundCheck> {
64 static const std::string
classname() {
return "ufo::ProfileBackgroundCheck";}
72 void print(std::ostream &)
const override;
74 std::vector<std::vector<bool>> &)
const override;
Base class for UFO QC filters.
Parameters shared by all filters having a default action (typically "reject").
ProfileBackgroundCheckParameters Parameters_
~ProfileBackgroundCheck()
ProfileBackgroundCheck(ioda::ObsSpace &, const Parameters_ &, std::shared_ptr< ioda::ObsDataVector< int > >, std::shared_ptr< ioda::ObsDataVector< float > >)
void print(std::ostream &) const override
void applyFilter(const std::vector< bool > &, const Variables &, std::vector< std::vector< bool >> &) const override
Apply the profile background check filter.
int qcFlag() const override
static const std::string classname()
Parameters controlling the operation of the ProfileBackgroundCheck filter.
oops::OptionalParameter< std::string > relativeThreshold
oops::OptionalParameter< std::string > absoluteThreshold