UFO
ObsFunctionScattering.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2019 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #ifndef UFO_FILTERS_OBSFUNCTIONS_OBSFUNCTIONSCATTERING_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_OBSFUNCTIONSCATTERING_H_
10 
13 #include "ufo/filters/Variables.h"
14 
15 namespace ufo {
16 
17 // -----------------------------------------------------------------------------
18 
19 class ObsFunctionScattering : public ObsFunctionBase<float> {
20  public:
21  explicit ObsFunctionScattering(const eckit::LocalConfiguration conf
22  = eckit::LocalConfiguration());
24 
25  void compute(const ObsFilterData &,
27  const ufo::Variables & requiredVariables() const;
28  private:
30 };
31 
32 // -----------------------------------------------------------------------------
33 
34 } // namespace ufo
35 
36 #endif // UFO_FILTERS_OBSFUNCTIONS_OBSFUNCTIONSCATTERING_H_
ObsFilterData provides access to all data related to an ObsFilter.
ObsFunctionScattering(const eckit::LocalConfiguration conf=eckit::LocalConfiguration())
const ufo::Variables & requiredVariables() const
geovals required to compute the function
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
Definition: RunCRTM.h:27