UFO
ufo::ScanAngle Class Reference

#include <ScanAngle.h>

Inheritance diagram for ufo::ScanAngle:
Collaboration diagram for ufo::ScanAngle:

Public Member Functions

 ScanAngle (const eckit::Configuration &, const std::vector< int > &)
 
 ~ScanAngle ()
 
void compute (const ioda::ObsSpace &, const GeoVaLs &, const ObsDiagnostics &, ioda::ObsVector &) const override
 compute the predictor More...
 
- Public Member Functions inherited from ufo::PredictorBase
 PredictorBase (const eckit::Configuration &, const std::vector< int > &)
 
virtual ~PredictorBase ()
 
const oops::Variables & requiredGeovars () const
 geovars names required to compute the predictor More...
 
const oops::Variables & requiredHdiagnostics () const
 hdiags names required to compute the predictor More...
 
std::string & name ()
 predictor name More...
 
const std::string & name () const
 

Private Attributes

int order_
 

Additional Inherited Members

- Protected Attributes inherited from ufo::PredictorBase
const std::vector< int > jobs_
 jobs(channels) More...
 
oops::Variables geovars_
 required GeoVaLs More...
 
oops::Variables hdiags_
 required ObsDiagnostics More...
 

Detailed Description

Definition at line 27 of file ScanAngle.h.

Constructor & Destructor Documentation

◆ ScanAngle()

ufo::ScanAngle::ScanAngle ( const eckit::Configuration &  conf,
const std::vector< int > &  jobs 
)

Definition at line 25 of file ScanAngle.cc.

Here is the call graph for this function:

◆ ~ScanAngle()

ufo::ScanAngle::~ScanAngle ( )
inline

Definition at line 30 of file ScanAngle.h.

Member Function Documentation

◆ compute()

void ufo::ScanAngle::compute ( const ioda::ObsSpace &  ,
const GeoVaLs ,
const ObsDiagnostics ,
ioda::ObsVector &   
) const
overridevirtual

compute the predictor

Implements ufo::PredictorBase.

Definition at line 38 of file ScanAngle.cc.

Member Data Documentation

◆ order_

int ufo::ScanAngle::order_
private

Definition at line 38 of file ScanAngle.h.


The documentation for this class was generated from the following files: