#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include "oops/util/ObjectCounter.h"
#include "ufo/filters/FilterBase.h"
#include "ufo/filters/QCflags.h"
Go to the source code of this file.
|
class | ufo::AcceptListParameters |
| Parameters controlling the AcceptList filter. More...
|
|
class | ufo::AcceptList |
| A filter that, by default, performs the accept action on observations selected by the where clause, i.e. resets the QC flags of these observations to pass unless they are currently set to 'missing', 'preQC' or 'Hfailed'. More...
|
|