UFO
|
Configuration parameters of the ScanAngle predictor. More...
#include <ScanAngle.h>
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... | |
![]() | |
oops::RequiredParameter< std::string > | name {"name", this} |
Predictor name. More... | |
Private Member Functions | |
OOPS_CONCRETE_PARAMETERS (ScanAngleParameters, PredictorParametersBase) | |
Configuration parameters of the ScanAngle predictor.
Definition at line 32 of file ScanAngle.h.
|
private |
oops::OptionalParameter<int> ufo::ScanAngleParameters::order {"order", this} |
Power to which to raise the scan angle. By default, 1.
Definition at line 40 of file ScanAngle.h.
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.