UFO
ufo::ScanAngleParameters Class Reference

Configuration parameters of the ScanAngle predictor. More...

#include <ScanAngle.h>

Inheritance diagram for ufo::ScanAngleParameters:
Collaboration diagram for ufo::ScanAngleParameters:

Public Attributes

oops::OptionalParameter< int > order {"order", this}
 
oops::Parameter< std::string > varName {"var_name", "sensor_view_angle", this}
 Name of the variable (from the MetaData group) containing the scan angle. More...
 
- Public Attributes inherited from ufo::PredictorParametersBase
oops::RequiredParameter< std::string > name {"name", this}
 Predictor name. More...
 

Private Member Functions

 OOPS_CONCRETE_PARAMETERS (ScanAngleParameters, PredictorParametersBase)
 

Detailed Description

Configuration parameters of the ScanAngle predictor.

Definition at line 32 of file ScanAngle.h.

Member Function Documentation

◆ OOPS_CONCRETE_PARAMETERS()

ufo::ScanAngleParameters::OOPS_CONCRETE_PARAMETERS ( ScanAngleParameters  ,
PredictorParametersBase   
)
private

Member Data Documentation

◆ order

oops::OptionalParameter<int> ufo::ScanAngleParameters::order {"order", this}

Power to which to raise the scan angle. By default, 1.

Note
If this option is set, a suffix containing its value (even if it's equal to 1) will be appended to the predictor name.

Definition at line 40 of file ScanAngle.h.

◆ varName

oops::Parameter<std::string> ufo::ScanAngleParameters::varName {"var_name", "sensor_view_angle", this}

Name of the variable (from the MetaData group) containing the scan angle.

Definition at line 43 of file ScanAngle.h.


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